@charset 'utf-8';
/* ----------- css reset ----------- */

* {
    margin: 0;
    padding: 0;
 
    font-weight: normal;
    font-family: "宋体", Arial, Helvetica, sans-serif;
    font-style: normal;
    text-align: left;
    /* color: #676767; */
}

html {
    height: 100%;
}

body {
    height: 100%;
    text-align: center;
    background: #fff;
}

html,
body {
   
    _background-attachment: fixed;
}

img {
    border: none;
}

li {
    list-style: none;
}

select {
    border: 1px solid #A9A9A9;
}

strong {
    font-weight: bold;
}

td {
    line-height: 24px;
}

img {
    vertical-align: middle;
}

video {
    max-width: 1280px;
    width: 100%;
}

a {
    cursor: pointer;
    outline: none;
    color: #000;
    text-decoration: none;
}

input {
    outline: none;
}

a:link {}

a:visited {}

a:active,
a:hover {
    color: #ff9724 !important;
}

/* 公共样式--------------------------------------------------*/

/*.lazy{display: none;}*/

.lazy,
.lazyIframe,
.wloadIframeAD {
    background: #f1f1f1 url(http://www.xinhuanet.com/res/xhwimg/public/2015/Loading.gif) no-repeat 50% 50%;
}

/*#specIframe,#specIframe1{ background:#f1f1f1 url(http://www.xinhuanet.com/res/xhwimg/public/2015/1229adbg/ad.png) no-repeat 50% 50%; }*/

.fl {
    float: left;
}

.fr {
    float: right;
}

/* 清除浮动 */

.clearfix {
    display: block;
    #zoom: 1;
    /*ie6-ie7*/
}

.clearfix:after {
    content: '';
    overflow: hidden;
    width: 100%;
    height: 0px;
    font-size: 0px;
    margin: 0px;
    padding: 0px;
    display: block;
    clear: both;
}

/* icon定义 */

.icon {
    display: inline-block;
    vertical-align: middle;
    background: url(http://www.news.cn/2015/img2015/icon_all.png) no-repeat;
    overflow: hidden;
}

.iconVideo01 {
    width: 19px;
    height: 19px;
    background-position: 0px 0px;
}

.iconAudio01 {
    width: 19px;
    height: 19px;
    background-position: -19px 0px;
}

.iconMobile {
    width: 9px;
    height: 16px;
    background-position: 0px -25px;
}

.iconDownArrow {
    width: 14px;
    height: 14px;
    background-position: 0 -45px;
}

.iconDownArrowWhite {
    width: 14px;
    height: 14px;
    background-position: -19px -45px;
}

.iconUpArrowWhite {
    width: 14px;
    height: 14px;
    background-position: -37px -45px;
}

.iconSearchBtn {
    width: 16px;
    height: 16px;
    background-position: -19px -25px;
}

.iconGs {
    width: 34px;
    height: 42px;
    background-position: 0 -158px;
}

.iconFlagCH {
    width: 18px;
    height: 12px;
    background-position: -40px -25px;
}

.iconDepth {
    width: 20px;
    height: 20px;
    background-position: -65px -25px;
}

.iconGoTop {
    background-position: -90px -25px;
}

.iconTwoCode {
    background-position: -108px -25px;
}

.iconClose {
    background-position: -125px -25px;
}

.iconLeftArrow {
    width: 4px;
    height: 10px;
    background-position: -51px -45px;
}

.iconRightArrow {
    width: 4px;
    height: 10px;
    background-position: -55px -45px;
}

.icon1 {
    width: 18px;
    height: 9px;
    background-position: -123px -65px;
}

/*视频*/

.icon2 {
    width: 29px;
    height: 14px;
    background-position: 0px -120px;
}

/*高清*/

.icon3 {
    width: 14px;
    height: 12px;
    background-position: -93px -65px;
}

/*图解*/

.icon4 {
    width: 29px;
    height: 14px;
    background-position: 0px -65px;
}

/*调查*/

.icon5 {
    width: 14px;
    height: 12px;
    background-position: -41px -65px;
}

/*问号*/

.icon6 {
    width: 14px;
    height: 12px;
    background-position: -67px -65px;
}

/*吃豆*/

.icon7 {
    width: 18px;
    height: 16px;
    background-position: -177px -65px;
}

/*对话*/

.icon8 {
    width: 14px;
    height: 12px;
    background-position: -153px -93px;
}

/*PK*/

.icon9 {
    width: 29px;
    height: 14px;
    background-position: 0px -93px;
}

/*征集*/

.icon10 {
    width: 29px;
    height: 14px;
    background-position: -175px -219px;
}

/*音频*/

/* select */

.comSelect {
    display: inline-block;
    #display: inline;
    #zoom: 1;
    width: 70px;
    height: 28px;
    background: #fff;
    padding-right: 15px;
    border: 1px solid #fff;
    cursor: pointer;
    position: relative;
}

.comSelect.activeSelect {
    border: 1px solid #e2e2e2;
}

.comSelect .selected {
    display: block;
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    text-align: center;
    color: #0f649b;
}

.comSelect a:hover {
    color: #0f649b !important;
}

.comSelect .downBtn {
    display: block;
    width: 15px;
    height: 28px;
    position: absolute;
    top: 0px;
    right: 10px;
}

.comSelect .downBtn i {
    margin-top: 6px;
}

/* selectList */

.selectList {
    width: 350px;
    border: 1px solid #e2e2e2;
    padding: 10px;
    background: #fff;
    position: absolute;
    right: -1px;
    _right: -2px;
    top: 28px;
    z-index: 999;
    display: none;
}

.selectList li.option {
    float: left;
    height: 24px !important;
    padding: 0px !important;
    margin: 0 5px 0 0 !important;
}

.selectList li a {
    display: block;
    height: 24px !important;
    line-height: 24px !important;
    font-size: 12px;
    white-space: nowrap;
}

/* 装饰器 */

.borders .borderTit {
    height: 35px;
}

.borders .borderTit .left {
    float: left;
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #0e649a;
}

.borders .borderTit .left .name,
.borders .borderTit .left .nameEng,
.borders .borderTit .left .iconWrap {
    float: left;
    height: 34px;
    overflow: hidden;
}

.borders .borderTit .left .name {
    font-size: 16px;
    font-family: \5FAE\8F6F\96C5\9ED1;
    color: #0e649a;
    font-weight: bold;
    line-height: 34px;
}

.borders .borderTit .left .name a,
.borders .borderTit .left .name span {
    font-size: 16px;
    font-family: \5FAE\8F6F\96C5\9ED1;
    color: #0e649a;
    font-weight: bold;
}

.borders .borderTit .left .nameEng {
    line-height: 40px;
    color: #fea348;
    font-size: 12px;
    font-family: \5FAE\8F6F\96C5\9ED1;
    margin-left: 5px;
}

.borders .borderTit .left .iconWrap {
    line-height: 34px;
    padding-left: 7px;
}

.borders .borderTit .right {
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #e7e7e7;
}

.borders .borderCont {
    padding: 15px 0 0 0;
}

/* 装饰器 02 */

.borders02 {
    width: 1000px;
    border-top: 1px solid #0f6598;
    padding: 5px 0 0 0;
    margin: 0 auto;
}

.borders02 .left {
    float: left;
    width: 310px;
    padding-left: 5px;
    overflow: hidden;
}

.borders02 .center {
    float: left;
    width: 315px;
    margin-left: 28px;
    overflow: hidden;
}

.borders02 .right {
    float: right;
    width: 310px;
    padding-right: 5px;
    overflow: hidden;
}

.borders02 .titles {
    height: 20px;
    margin-bottom: 10px;
}

.borders02 .titles h3 {
    float: left;
    height: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #0466a3;
}

.borders02 .titles h3 a {
    display: inline-block;
    height: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #0466a3;
}

.borders02 .titles .dataList10 {
    float: right;
}

.borders02 .titles .dataList10 a {
    color: #7d7d7d;
}

.borders02 .titles .dataList10 span {
    background: #7d7d7d;
}

/* tabs */

.tabs .tabsTit {
    height: 33px;
    padding-left: 1px;
    position: relative;
    z-index: 1;
}

.tabs .tabsTit li {
    float: left;
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    font-family: \5FAE\8F6F\96C5\9ED1;
    color: #707070;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-bottom: none;
    position: relative;
    margin-left: -1px;
    cursor: pointer;
}


.tabs .tabsTit .tabsT a {
    line-height: 33px;
    font-family: \5FAE\8F6F\96C5\9ED1;
    color: #707070;
}

.tabs .tabsTit li.on {
    height: 34px;
    font-size: 17px;
    border-top-color: #0e649a;
    color: #0e649a;
    top: 0px;
}

.tabs .tabsTit .on a {
    font-size: 16px;
    color: #11649a;
}

.tabs .tabsTit .tabR {
    float: right;
    height: 33px;
    line-height: 33px;
    padding: 0px;
    border: none;
    border-top: 1px solid #fff;
}

.tabs .tabsCont {
    position: relative;
    border-top: 1px solid #e1e1e1;
    margin-top: 1px;
    padding: 15px 0;
}

/* focusWord */

.focusWord {
    height: 16px;
    margin: 6px 0 14px;
    overflow: hidden;
}

.focusWord a {
    /*	display: inline-block;
height: 16px;*/
    line-height: 16px;
    vertical-align: middle;
    font-weight: bold;
    color: #484848;
}

.focusWord a .icon {
    #margin-right: 4px;
    position: relative;
    top: -2px;
}

/* focusWordBlue */

.focusWordBlue {
    height: 18px;
    margin-bottom: 14px;
    overflow: hidden;
}

.focusWordBlue a {
    /*	display: inline-block;
height: 16px;*/
    line-height: 16px;
    vertical-align: middle;
    font-weight: bold;
    color: #305798;
}

.focusWordBlue a .icon {
    #margin-right: 4px;
    position: relative;
    top: -2px;
}

/* 数据列表样式01 */

.dataList01 {
    padding-bottom: 7px;
    overflow: hidden;
}

.dataList01 li {
    height: 20px;
    margin-bottom: 12px;
    overflow: hidden;
    vertical-align: top;
}

.dataList01 li a {
    /*display: inline-block;
height: 16px;*/
    line-height: 20px;
    /*margin-right: 4px;*/
    vertical-align: top;
    color: #393939;
}

.dataList01 li a .icon {
    #margin-right: 4px;
    position: relative;
    top: -2px\9;
    top: -2px\0;
    #top: 0px;
}

.dataList01 li.first a {
    font-weight: bold;
}

/* 数据列表样式02 */

.dataList02 {
    padding-bottom: 7px;
    overflow: hidden;
}

.dataList02 li {
    height: 20px;
    padding-left: 10px;
    margin-bottom: 12px;
    overflow: hidden;
    position: relative;
}

.dataList02 li i {
    width: 3px;
    height: 3px;
    background: #8d8d8d;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -2px;
}

.dataList02 li a {
    /*	display: inline-block;
height: 16px;*/
    line-height: 20px;
    /*margin-right: 10px;*/
    color: #393939;
    vertical-align: top;
}

.dataList02 li a .icon {
    #margin-right: 4px;
    position: relative;
    top: -2px;
}

/* 数据列表样式03 */

.dataList03 {
    padding-bottom: 7px;
    overflow: hidden;
}

.dataList03 li {
    height: 16px;
    margin-bottom: 14px;
    overflow: hidden;
}

.dataList03 li a {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin-right: 10px;
    color: #484848;
}

.dataList03 li strong {
    margin-right: 5px;
}

.dataList03 li strong a {
    margin: 0px;
}

.dataList03 li a strong {
    margin: 0px;
}

.dataList03 li.first strong {
    font-weight: bold;
    font-size: 16px;
    color: #484848;
}

.dataList03 li a:hover strong {
    color: #ff9724;
}

/* 数据列表样式04 */

.dataList04 {
    padding-bottom: 7px;
    overflow: hidden;
}

.dataList04 li.clearfix {
    height: 105px;
    margin-bottom: 5px;
    overflow: hidden;
}

.dataList04 li h4 {
    height: 18px;
    overflow: hidden;
    margin-bottom: 10px;
}

.dataList04 li h4 a {
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    font-weight: bold;
    color: #305798;
}

.dataList04 li .img {
    float: left;
    width: 114px;
    height: 84px;
    line-height: 84px;
    margin-right: 10px;
}

.dataList04 li .img a {
    display: block;
    width: 114px;
    height: 84px;
    line-height: 84px;
    vertical-align: top;
    text-align: center;
    font-size: 0px;
}

.dataList04 li img {
    width: 114px;
    height: 84px;
    vertical-align: top;
}

.dataList04 li .conts .moreBtn,
.dataList04 li .conts .moreBtn a {
    font-size: 12px;
    color: #e00001;
}

/* 数据列表样式05 */

.dataList05 {
    overflow: hidden;
}

.dataList05 li.clearfix {
    padding: 11px 0 12px 0;
    overflow: hidden;
    border-top: 1px dotted #6f93b4;
}

.dataList05 li .img {
    float: left;
    width: 66px;
    height: 66px;
    line-height: 50px;
    margin-right: 15px;
    position: relative;
}

.dataList05 li .img a {
    display: block;
    width: 66px;
    height: 66px;
    line-height: 66px;
    border: 1px solid #ccc;
    vertical-align: top;
    text-align: center;
    font-size: 0px;
}

.dataList05 li .img img {
    width: 66px;
    height: 66px;
    vertical-align: top;
}

.dataList05 li .conts p {
    font-size: 12px;
    line-height: 26px;
    color: #3d3d3d;
}

/* 数据列表样式06 */

.dataList06 {
    padding-bottom: 7px;
    overflow: hidden;
}

.dataList06 li.clearfix {
    padding: 15px 0 5px 0;
    border-bottom: 1px solid #e1e1e1;
}

.dataList06 li.gray {
    background: #f5f5f5;
}

.dataList06 li h4 {
    margin-bottom: 5px;
}

.dataList06 li h4 a {
    font-weight: bold;
    color: #0e649a;
}

.dataList06 li .img {
    float: left;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-right: 10px;
}

.dataList06 li .img a {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    text-align: center;
    font-size: 0px;
}

.dataList06 li .conts p {
    height: 40px;
    overflow: hidden;
}

.dataList06 li .conts p a {
    line-height: 20px;
    font-size: 12px;
    color: #0e649a;
}

.dataList06 li .summary {
    height: 72px;
    overflow: hidden;
    margin: 5px 0 5px 0;
    line-height: 24px;
    font-size: 12px;
    clear: both;
}

.dataList06 li .summary .moreBtn,
.dataList06 li .summary .moreBtn a {
    font-size: 12px;
    color: #e00001;
}

/* 数据列表样式07 */

.dataList07 {
    padding-bottom: 7px;
    overflow: hidden;
}

.dataList07 li {
    margin-bottom: 7px;
    overflow: hidden;
    position: relative;
}

.dataList07 li i {
    display: block;
    width: 3px;
    height: 3px;
    overflow: hidden;
    background: #9e9e9e;
    position: absolute;
    top: 8px;
    left: 0px;
}

.dataList07 li a {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    margin-left: 10px;
    color: #484848;
}

/* 数据列表样式08 */

.dataList08 {
    padding-bottom: 7px;
    overflow: hidden;
}

.dataList08 li {
    height: 16px;
    padding-left: 10px;
    margin-bottom: 14px;
    overflow: hidden;
    position: relative;
}

.dataList08 li i {
    position: absolute;
    left: 0px;
    top: 50%;
}

.dataList08 li a {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin-right: 10px;
    color: #484848;
    vertical-align: top;
}

.dataList08 li a:hover strong {
    color: #ff9724;
}

.dataList08 li.first {
    padding-left: 0px;
}

.dataList08 li.first strong {
    font-size: 16px;
    color: #0e649a;
    font-weight: bold;
}

/* 数据列表样式9 */

.dataList09 {
    overflow: hidden;
}

.dataList09 li.clearfix {
    margin-bottom: 5px;
}

.dataList09 li h3 {
    height: 20px;
    overflow: hidden;
    margin: 0 0 6px 0;
    padding: 15px 0 0 10px;
    position: relative;
}

.dataList09 li h3 i {
    position: absolute;
    top: 18px;
    left: 0px;
}

.dataList09 li h3 a {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-weight: bold;
    color: #686868;
}

.dataList09 li .img {
    float: left;
    width: 112px;
    height: 84px;
    margin-right: 10px;
}

.dataList09 li .img a {
    display: block;
    width: 112px;
    height: 84px;
    line-height: 84px;
    vertical-align: middle;
    text-align: center;
    font-size: 0px;
}

.dataList09 li .conts {
    height: 50px;
    font-size: 12px;
    line-height: 24px;
    color: #8b8b8b;
    text-indent: 2em;
    overflow: hidden;
}

.dataList09 li .conts a {
    line-height: 20px;
    font-size: 12px;
    color: #dd0103;
}

.dataList09 .listCont {
    clear: both;
    margin-top: 5px;
}

.dataList09 .listCont li {
    height: 16px;
    margin-bottom: 14px;
    overflow: hidden;
}

.dataList09 .listCont li a {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin-right: 10px;
    color: #666;
}

.dataList09 .listCont li strong {
    margin-right: 5px;
}

.dataList09 .listCont li strong a {
    margin: 0px;
}

.dataList09 .listCont li a strong {
    margin: 0px;
}

.dataList09 .listCont li a:hover strong {
    color: #ff9724;
}

/* 数据列表样式10 */

.dataList10 {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.dataList10 a {
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}

.dataList10 span {
    float: left;
    width: 3px;
    height: 3px;
    line-height: 3px;
    overflow: hidden;
    margin: 0 5px;
    background: #333;
    position: relative;
    margin-top: 8px;
}

/* 数据列表样式11 */

.dataList11 .item {
    float: left;
    width: 145px;
    height: 100px;
}

.dataList11 .itemR {
    float: right;
}

.dataList11 .item .img {
    margin-bottom: 15px;
    position: relative;
}

.dataList11 .item .img,
.dataList11 .item .img a {
    display: block;
    width: 145px;
    height: 100px;
    vertical-align: top;
    font-size: 0px;
}

.dataList11 .item .img img {
    width: 145px;
    height: 100px;
}

.dataList11 .item .img a {
    font-size: 0px;
}

.dataList11 .item .bg {
    width: 100%;
    height: 30px;
    background: #000;
    filter: alpha(opacity=40);
    opacity: 0.4;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}

.dataList11 .item .text {
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
}

.dataList11 .item .text h4 {
    height: 30px;
    overflow: hidden;
}

.dataList11 .item .text h4 a {
    width: auto !important;
    height: 30px !important;
    line-height: 30px;
    padding: 0 5px;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.dataList11 .item .listCont li {
    height: 20px;
    margin-bottom: 5px;
    overflow: hidden;
}

.dataList11 .item .listCont li a {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    color: #484848;
}

/* 数据列表样式12 */

.dataList12 {
    overflow: hidden;
}

.dataList12 li {
    height: 105px;
    margin-bottom: 11px;
    border-bottom: 1px dotted #90a2ba;
}

.dataList12 li h4 {
    height: 20px;
    overflow: hidden;
    margin: 0 0 6px 0;
    position: relative;
}

.dataList12 li h4 a {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-weight: bold;
    color: #0e649a;
}

.dataList12 li .conts {
    height: 75px;
    font-size: 12px;
    line-height: 24px;
    color: #676767;
    text-indent: 2em;
    overflow: hidden;
}

.dataList12 li .conts a {
    line-height: 20px;
    font-size: 12px;
    color: #dd0103;
}

/* 数据列表样式13 */

.dataList13 {
    height: 220px;
    overflow: hidden;
    border: 1px solid #c9d7e3;
    border-right: none;
    margin-bottom: 15px;
}

.dataList13 li {
    float: left;
    width: 40px;
    height: 220px;
    overflow: hidden;
    border-right: 1px solid #c9d7e3;
}

.dataList13 li .name {
    float: left;
    width: 20px;
    height: 210px;
    padding: 10px 10px 0 10px;
    cursor: pointer;
    background: #fff;
}

.dataList13 li .name a {
    display: block;
    width: 20px;
    height: 210px;
    line-height: 16px;
    cursor: pointer;
    color: #3588c9;
    text-align: center;
    font-weight: bold;
    white-space: normal;
    word-wrap: break-word;
}

.dataList13 li .conts {
    height: 220px;
    overflow: hidden;
    _float: left;
    _width: 150px;
}

.dataList13 li .conts img {
    width: 150px;
    height: 220px;
}

.dataList13 li.openItem {
    width: 190px;
}

.dataList13 li.openItem .name {
    background: #4098d7 url(http://www.news.cn/2014/images/xh_bg.png) 0px -278px repeat-x;
}

.dataList13 li.openItem .name a {
    color: #fff;
}

/* 数据列表样式14 */

.dataList14 {
    height: 224px;
    border: 1px solid #c9d7e4;
    border-top: 0px;
    overflow: hidden;
}

.dataList14 h3 {
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
    border-top: 1px solid #c9d7e4;
    font-size: 12px;
    background: #f4f4f4;
    cursor: pointer;
    color: #0065a5;
}

.dataList14 h3 a {
    font-weight: bold;
    color: #0065a5;
}

.dataList14 h3.on {
    color: #fff;
    background: #4098d7 url(http://www.news.cn/2014/images/xh_bg.png) 0px -278px repeat-x;
}

.dataList14 h3.on a {
    color: #fff;
}

.dataList14 ul {
    height: 109px;
    overflow: hidden;
    color: #999;
    display: none;
    /* 默认都隐藏 */
}

.dataList14 ul li {
    float: left;
    width: 100%;
    height: 109px;
}

.dataList14 ul li a {
    display: block;
    width: 100%;
    height: 109px;
    overflow: hidden;
    font-size: 0px;
}

.dataList14 ul li img {
    width: 100%;
    height: 109px;
}

/* 数据列表样式15 */

.dataList15 .list15Item {
    padding: 6px 0;
    border-bottom: 1px dotted #d6d6d6;
}

.dataList15 .list15Item .num {
    float: left;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: #a2a2a2;
    color: #fff;
    text-align: center;
    margin-right: 10px;
}

.dataList15 .list15Item .one,
.dataList15 .list15Item .two,
.dataList15 .list15Item .three {
    background: #c81a13;
}

.dataList15 .list15Item .img {
    float: left;
    width: 80px;
    height: 60px;
    border: 1px solid #ccc;
    margin-right: 10px;
    display: none;
}

.dataList15 .list15Item .img a {
    display: block;
    width: 80px;
    height: 60px;
    font-size: 0px;
    vertical-align: top;
}

.dataList15 .list15Item .img img {
    width: 80px;
    height: 60px;
    vertical-align: top;
}

.dataList15 .list15Item h4 {
    height: 16px;
    overflow: hidden;
    cursor: pointer;
    vertical-align: top;
}

.dataList15 .list15Item h4 a {
    font-size: 12px;
    line-height: 16px;
    color: #717171;
    vertical-align: top;
}

.dataList15 .on .img {
    display: block;
}

.dataList15 .on h4 {
    height: 60px;
}

.dataList15 .on h4 a {
    height: 60px;
    line-height: 20px;
}

/* 数据列表样式16 */

.dataList16 {
    height: 230px;
    overflow: hidden;
}

.dataList16 .hd {
    float: left;
    width: 88px;
    height: 230px;
    position: relative;
    z-index: 1;
}

.dataList16 .hd li {
    height: 48px;
    line-height: 48px;
    margin-bottom: 10px;
    text-align: center;
    color: #196297;
    font-weight: bold;
    border: 1px solid #edf6fd;
    background: #edf6fd;
    cursor: pointer;
}

.dataList16 .hd li a {
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #196297;
    font-weight: bold;
}

.dataList16 .hd li a:hover {
    color: #6a91c8 !important;
}

.dataList16 .hd li.on {
    border: 1px solid #4a95d6;
    border-right-color: #edf6fd;
    position: relative;
    margin-right: -1px;
    color: #6a91c8;
}

.dataList16 .hd li.on a {
    color: #6a91c8;
}

.dataList16 .bd {
    float: left;
    width: 218px;
    height: 228px;
    position: relative;
    border: 1px solid #4e8ecc;
    vertical-align: top;
    overflow: hidden;
}

.dataList16 .bd li {
    width: 210px;
    height: 224px;
    padding: 4px 4px 0 4px;
}

.dataList16 .bd .img {
    display: block;
    width: 210px;
    height: 128px;
}

.dataList16 .bd h4 {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #196297;
    margin: 12px 0;
    overflow: hidden;
}

.dataList16 .bd h4 a {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #196297;
}

.dataList16 .bd p {
    height: 40px;
    font-size: 12px;
    padding: 0 4px;
    line-height: 20px;
    overflow: hidden;
}

/* footerBody
--------------------------------------------------*/

#footerBody {
    text-align: center;
    background: #1d71b7;
    min-width: 1000px;
}

#footerBody .links {
    border-top: 1px solid #d2d2d2;
    background: #f1f1f1
}

#footerBody .links .cont {
    width: 980px;
    margin: 0 auto;
    padding: 20px 0;
    border-bottom: 1px dotted #a8cbeb;
}

#footerBody .links .left {
    float: left;
    width: 80px;
    height: 40px;
    line-height: 40px;
    margin-left: 14px;
    color: #105d95;
    font-weight: bold;
}

#footerBody .links .right a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    margin: 0 8px 0 0;
    font-size: 12px;
    color: #105d95;
}

#footerBody .copyright {
    width: 980px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
}

#footerBody .copyright p {
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

#footerBody .copyright p a {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

#footerBody .copyright p.rows01 {
    text-align: center;
}

#footerBody .copyright p.rows02 {
    padding-left: 40px;
}

#footerBody .copyright p.rows03 {
    padding-left: 70px;
}

#footerBody .icon {
    position: absolute;
    left: 50%;
    bottom: 24px;
    margin-left: 415px;
}

/* 全媒体播放器pic
--------------------------------------------------*/

.focusBox .pic .videoPlayBtn,
.videoCloseBtnX,
.videoCloseBtn,
.focusBox .num li,
.focusBox .pageBtn,
#headLine .part3R .dataList11 .img .playBtn a,
#videoItem .dataList04 .img a,
#videoItem .dataList11 .img .playBtn a {
	background:url(20180917sy2.png) no-repeat
}

/* 顶部广告
--------------------------------------------------*/

#topAdv {
    position: relative;
    height: 89px;
    /* margin-top: -88px;*/
    text-align: center;
    display: block;
}

#topAdv .textAd {
    width: 1000px;
    height: 19px;
    margin: 0 auto 1px auto;
    overflow: hidden;
    font-size: 0px;
    background: #f1f1f1;
}

#topAdv .textAd a {
    display: inline-block;
    height: 19px;
    line-height: 19px;
    font-size: 12px;
    color: #999;
    margin: 0 10px;
}

#topAdv .imgsAd {
    width: 1000px;
    margin: 0 auto;
}

#topAdv .imgsAdL {
    float: left;
    width: 164px;
}

#topAdv .imgsAdC {
    float: left;
    width: 670px;
}

#topAdv .imgsAdR {
    float: right;
    width: 164px;
}

/* topBody
--------------------------------------------------*/

#topBody {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 3;
    min-width: 1000px;
}

#topBody .topL .slogan a {
    cursor: default;
}

#topBody .topL .slogan img {
    position: relative;
    top: -4px;
}

#topBody #weather {
    position: relative;
}

#topBody #weather iframe {
    position: absolute;
    top: 9px;
    left: 0;
    background: #f1f1f1;
}

#topBody .topCont {
    width: 1000px;
    height: 44px;
    margin: 0 auto;
    position: relative;
    background: #f1f1f1;
    border-bottom: 1px solid #dbdbdb;
}

#topBody .topCont li {
    float: left;
    margin-right: 25px;
    vertical-align: middle;
    line-height: 44px;
    font-size: 12px;
    color: #71869e;
}

#topBody .topL {
    height: 44px;
    position: absolute;
    left: 5px;
    top: 0px;
}

#topBody .topR {
    height: 44px;
    position: absolute;
    right: 5px;
    top: 0px;
}

#topBody .topCont a {
    display: inline-block;
    height: 14px;
    line-height: 14px;
    color: #71869e;
    font-size: 12px;
    vertical-align: middle;
}

#topBody .topCont #xhsearch a {
    color: #1d71b7;
}

#topBody .topCont .icon {
    margin-right: 4px;
}

#topBody .topCont #langBody {
    width: 104px;
    position: relative;
    cursor: pointer;
    margin-right: 18px;
}

#topBody .topCont #langBody a {
    font-family: Arial;
}

#topBody .topCont #langBody .langS {
    padding-left: 22px;
}

#topBody .topCont #langBody .icon {
    margin-left: 5px;
    margin-bottom: 2px\9;
}

#topBody .topCont #langBody .iconFlagCH {
    margin: 0px;
    margin-right: 5px;
    position: relative;
    top: -1px\9;
    #top: 0px;
}

#topBody .topCont .dragList {
    display: none;
    position: absolute;
    top: 44px;
    left: 0px;
    width: 525px;
    height: 87px;
    padding-left: 12px;
    background: #f1f1f1;
    border: 1px solid #dbdbdb;
}

#topBody .topCont .dragList a {
    float: left;
    width: 78px;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    font-family: Arial, Helvetica, sans-serif
}

#topBody .topCont .dragList .toMenggu {
    position: absolute;
    right: 24px;
    top: 4px
}

#topBody .topCont .dragList .toMenggu a {
    ;
    width: 16px;
    height: 38px;
    z-index: 3;
    padding: 5px;
}

#topBody .topCont .dragList .toMenggu a:hover {

}

#topBody #xhsearch {
    position: relative;
    padding-right: 205px;
    margin-right: 0px;
}

#topBody #xhsearch .form {
    position: absolute;
    right: 0px;
    top: 10px;
    width: 198px;
    height: 24px;
    background: #fff;
    border: 1px solid #1d71b7;
    position: absolute;
}

#topBody #xhsearch .submitBtn {
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 1;
    top: 4px;
    right: 0px;
    left: auto;
    cursor: pointer;
}

#topBody #xhsearch input {
    display: block;
    width: 165px;
    height: 24px;
    line-height: 24px\9;
    font-size: 12px;
    color: #8d9fab;
    border: 0px;
    position: absolute;
    top: 0px;
    left: 5px;
}

#topBody #xhsearch input::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 14px;
    color: #8d9fab;
}

#topBody #xhsearch input:-moz-placeholder {
    font-size: 12px;
    line-height: 14px;
    color: #8d9fab;
}

#topBody #xhsearch input::-moz-placeholder {
    font-size: 12px;
    line-height: 24px;
    color: #8d9fab;
}

#topBody #xhsearch input:-ms-input-placeholder {
    font-size: 12px;
    line-height: 14px;
    color: #8d9fab;
}

/* headerBody --------------------------------------------------*/

#headerBody {
    width: 1000px;
    height: 83px;
    margin: 10px auto;
    position: relative;
    z-index: 2;
}

#headerBody .logo {
    float: left;
    width: 106px;
    height: 83px;
}

#headerBody .logo a {
    display: block;
    width: 106px;
    height: 83px;
    line-height: 83px;
    vertical-align: middle;
    text-align: center;
    font-size: 0px;
}

#headerBody .logo img {
    max-width: 106px;
    max-height: 83px;
    margin: 0 auto;
    vertical-align: middle;
}

#headerBody .headerC {
    float: left;
    height: 70px;
    margin-left: 18px;
    position: relative;
    top: 8px;
}

#headerBody .headerR {
    width: 360px;
    height: 70px;
    float: right;
    position: relative;
    top: 8px;
}

#headerBody .headerRT {
    height: 30px;
    margin-bottom: 5px;
    position: relative;
    z-index: 2;
}

#headerBody .headerRB {
    height: 70px;
    position: relative;
    z-index: 1;
}

#headerBody .headerC {
    float: left;
    width: 500px;
    height: 70px;
}

#headerBody .headerC .bd,
#headerBody .headerC .bd li {
    width: 500px;
    height: 70px;
    overflow: hidden;
}

#headerBody .headerC img {
    max-width: 500px;
    max-height: 70px;
    vertical-align: middle;
    margin: 0 auto;
}

#headerBody .headerRT .channel {
    float: right;
    position: relative;
}

#headerBody .headerRT .channel .comSelect {
    float: left;
    width: 91px;
    height: 26px;
    border: 1px solid #e5e5e5;
    margin-right: 15px;
}

#headerBody .headerRT .channel li {
    float: left;
    height: 28px;
    padding: 0 5px;
    border: 1px solid #fff;
    vertical-align: middle;
    margin-right: 10px;
}

#headerBody .headerRT .channel li.active {
    border: 1px solid #e2e2e2;
}

#headerBody .headerRT .channel li a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    vertical-align: middle;
    color: #0f649b;
}

#headerBody .headerRT .channel li i {
    margin-left: 5px;
    cursor: pointer;
}

#headerBody .headerRT .channel .selectList {
    width: 338px;
    height: 102px;
    top: 26px;
    left: -124px;
}

#headerBody .headerRT .channel .xhNewspapers .selectList {
    width: 338px;
    height: 102px;
    left: -1px;
}

#headerBody .headerRT .reportItem {
    float: right;
    width: 114px;
    height: 28px;
    overflow: hidden;
}

#headerBody .headerRT .reportItem a {
    display: block;
    width: 114px;
    height: 28px;
    /*background: url(http://www.news.cn/2014/images/xh_pic_headerRB_report_v3.png) no-repeat*/
    ;
}

#headerBody .headerRT .reportItem .report02 a {
    background-position: 0px -28px;
}

#headerBody .headerRT .reportItem .report03 a {
    background-position: 0px -56px;
}

#headerBody .headerRT .reportItem .report04 a {
    background-position: 0px -84px;
}

#headerBody .headerRT .reportItem .report05 a {
    background-position: 0px -112px;
}

#headerBody .case {
    width: 348px;
    height: 26px;
    border: 1px solid #e5e5e5;
    padding-left: 10px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

#headerBody .case li {
    float: left;
    vertical-align: middle;
    margin-right: 18px;
    font-size: 0px;
}

#headerBody .case li a {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    vertical-align: middle;
    color: #0f649b;
}

#headerBody .case .controlBtn {
    height: 20px;
    position: absolute;
    right: 3px;
    top: 6px;
    cursor: pointer;
    overflow: visible;
}

#headerBody .case .selectList {
    width: 338px;
    height: 75px;
    border: 1px solid #e2e2e2;
    padding: 5px 10px 0 10px;
    background: #fff;
    position: absolute;
    left: auto;
    right: -4px;
    _right: -2px;
    top: 20px;
    z-index: 999;
    display: none;
}

/* navBody --------------------------------------------------*/

#navBody {
    width: 1000px;
    height: 67px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    background: #1d71b7;
}

#navBody .navCont {
    width: 1000px;
    margin: 0 auto;
    padding: 7px 0 7px 0;
    position: relative;
    background: #1d71b7;
}

#navBody .colsItem {
    float: left;
    width: 157px;
}

#navBody .colsItem li {
    float: left;
    width: 45px;
    height: 26px;
}

#navBody .colsItem li a {
    display: block;
    height: 26px;
    line-height: 26px;
    font-family: \5FAE\8F6F\96C5\9ED1;
    color: #fff;
}

#navBody .colsItem .total a {
    font-weight: bold;
}

#navBody .cols01 {
    width: 136px;
    margin-left: 20px;
    _display: inline;
}

#navBody .cols02 {
    width: 136px;
    padding-left: 10px;
}

#navBody .cols03 {
    width: 136px;
    padding-left: 10px;
}

#navBody .cols04 {
    width: 136px;
    padding-left: 10px;
}

#navBody .cols05 {
    width: 136px;
    padding-left: 10px;
}

#navBody .cols06 {
    width: 228px;
    padding-left: 10px;
    border-right: 0px;
}

#navBody .moreBtn {
    position: absolute;
    right: 10px;
    bottom: 12px;
    cursor: pointer;
}


#navBody .secNav {
    width: 998px;
    height: 110px;
    background: #fff;
    border: 1px solid #498bb4;
    position: absolute;
    top: 100%;
    left: 0px;
    display: none;
}

#navBody .secNav .colsItem {
    width: 142px;
    margin: 15px 0 0 0;
    border-left-color: #fff;
    border-right-color: #fff;
}

#navBody .secNav .colsItem li {
    width: 47px;
}

#navBody .secNav .colsItem li.w2 {
    width: 34px;
}

#navBody .secNav .colsItem li.w3 {
    width: 50px;
}

#navBody .secNav .colsItem li.w4 {
    width: 65px;
}

#navBody .secNav .colsItem li.w5 {
    width: 80px;
}

#navBody .secNav .colsItem li a {
    color: #498bb4;
}

#navBody .secNav .cols01 {
    margin-left: 20px;
    width: 146px;
}

#navBody .secNav .row03 {
    clear: both;
}

#navBody .secNav .row03 li {
    float: left;
    height: 26px;
    margin-left: 20px;
}

#navBody .secNav .row03 li a {
    display: block;
    height: 26px;
    line-height: 26px;
    font-family: \5FAE\8F6F\96C5\9ED1;
    color: #fff;
}

/* headLine --------------------------------------------------*/

#headLine {
    width: 560px;
    margin: 0 auto;
    position: relative;
    z-index: 0
}

#headLine .part1 {
    height: 80px;
    padding-right: 270px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #8db8db;
}

#headLine .part1 #skxw {
    width: 220px;
    height: 70px;
    right: 0px;
    top: 7px;
    overflow: hidden;
}

#headLine .part1 #skxw .bd li {
    width: 220px;
    height: 70px;
    overflow: hidden;
}

#headLine .part1 #skxw .hd {
    position: absolute;
    right: 0px;
    top: 3px;
    height: 7px;
    line-height: 0px;
    overflow: hidden;
}

#headLine .part1 #skxw .hd li {
    width: 7px;
    height: 7px;
    background: #858585;
    float: left;
    margin-left: 8px;
    cursor: pointer;
}

#headLine .part1 #skxw .hd li.on {
    background: #db000a;
}

#headLine .headLineL {
    float: left;
    width: 555px;
}

#headLine .headLineR {
    float: right;
    width: 425px;
    overflow: hidden;
}

#headLine h1 {
    height: 44px;
    text-align: center;
    margin: 0 0 14px 0;
}

#headLine h1 a {
    height: 44px;
    line-height: 44px;
    font-family: \5FAE\8F6F\96C5\9ED1;
    font-size: 26px;
    /*font-size: 36px;*/
    font-weight: bold;
    color: #305798;
}

#headLine .hots {
    height: 24px;
    vertical-align: middle;
    padding: 0 10px;
    font-size: 0px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

#headLine .hots p {
    width: 660px;
    text-align: center;
}

#headLine .hots .moreNews {
    background: #fff;
    color: #71869e;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 12px;
    padding: 0 0 0 20px;
}

#headLine .hots a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    font-size: 12px;
    color: #305798;
}

#headLine #h1keyword {
    display: none;
}

#headLine .part2 {
    position: relative;
}

#headLine .part2L {
    float: left;
    width: 315px;
    height: 440px;
}

#headLine .part2L .focusWordBlue {
    height: 24px;
    margin-bottom: 12px;
}

#headLine .part2L .focusWordBlue a {
    line-height: 22px;
    font-size: 18px;
    font-family: \5FAE\8F6F\96C5\9ED1;
}

/*#headLine .part2L .focusWordBlueTwo a { font-size: 16px;}
#headLine .part2L .focusWordBlueThree a { font-size: 16px;}*/

#headLine .part2L .dataList01 {
    margin-bottom: 6px;
}

#headLine .part2L .dataList01 a {
    line-height: 20px;
}

#headLine .part2R {
    float: left;
}

#headLine .videoCloseBtnX,
#headLine .part2 .videoCloseBtn {
    display: none;
    width: 16px;
    height: 16px;
    position: absolute;
    right: -16px;
    top: 10px;
    z-index: 9999;
    cursor: pointer;
    background-position: 0px -80px;
}

#headLine .part3 {
    padding: 25px 0 5px 0;
}

#headLine .part3L {
    float: left;
    width: 315px;
}

#headLine .part3L .dataList01 {
    padding-bottom: 0px;
}

#headLine .part3L .dataList01 li {
    height: 20px;
}

#headLine .part3L .dataList01 a {
    line-height: 20px;
}

#headLine .part3L .dataList01 .col {
    position: relative;
    font-size: 14px;
    color: #0f588b;
}

/*#headLine .part3L .dataList01 .col i{width: 0;height: 0;line-height: 0px;border-bottom: 6px solid transparent;border-top: 6px solid transparent;
_border-bottom: 6px solid dashed;_border-top: 6px solid dashed;border-left: 6px solid #f99827;position: absolute;right: -3px;top: 50%;margin-top:-6px;font-size: 0px;overflow: hidden;
}*/

#headLine #acts {
    width: 262px;
    height: 120px;
    overflow: hidden;
    position: relative;
}

#headLine #acts .bd li {
    width: 262px;
    height: 120px;
    position: relative;
    overflow: hidden;
}

#headLine #acts .hd {
    position: absolute;
    right: 20px;
    top: 18px;
    height: 5px;
    line-height: 0px;
    overflow: hidden;
}

#headLine #acts .hd li {
    width: 5px;
    height: 5px;
    background: #858585;
    float: left;
    margin-left: 8px;
    cursor: pointer;
}

#headLine #acts .hd li.on {
    background: #db000a;
}

#headLine #acts h3 {
    color: #1d71b6;
    font-weight: bold;
    position: absolute;
    top: 12px;
    left: 18px;
}

#headLine #acts h2 {
    padding: 44px 0 5px 20px;
}

#headLine #acts a {
    color: #da000a;
    font-weight: bold;
    font-size: 18px;
    font-family: \5FAE\8F6F\96C5\9ED1;
}

#headLine #acts p {
    padding: 0 20px;
    color: #848484;
    font-size: 12px;
    height: 40px;
    line-height: 22px;
    overflow: hidden;
}

#headLine .part3R {
    float: right;
    width: 656px;
    position: relative;
}

#headLine .part3R .dataList11 li {
    width: 218px;
    height: 122px;
    margin-right: 1px;
    position: relative;
}

#headLine .part3R .dataList11 li .img,
#headLine .part3R .dataList11 li a,
#headLine .part3R .dataList11 li img {
    width: 218px;
    height: 122px;
    margin-bottom: 0px;
}

#headLine .part3R .dataList11 li .icon {
    position: absolute;
    left: 10px;
    bottom: 5px;
    z-index: 1;
}

#headLine .part3R .dataList11 .text h4 {
    line-height: 30px;
    color: #fff;
    text-align: center;
}

#headLine .part3R .dataList11 .img {
    position: relative;
}

#headLine .part3R .dataList11 .img .playBtn a {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -34px 0 0 -20px;
    font-size: 0px;
    vertical-align: top;
    background-position: -50px 0;
}

#headLine .part3R .dataList11 .img .playBtn a:hover {
    background-position: -110px 0px;
}

#headLine .part3R .slogan {
    position: absolute;
    right: 0px;
    top: -10px;
}

/* focusBox --------------------------------------------------*/

.focusBox {
    width: 560px;
    height:415px;
    overflow: hidden;
    position: relative;
}



.on .focusTitle {
    background-position: -97px -272px;
}

.focusBox .focusBoxWrap {
    width: 560px;
    height: 415px;
    position: relative;
}

.focusBox .pic li {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 560px;
    height: 415px;
    overflow: hidden;
}

.focusBox .pic li .lazyload {
    display: none;
}

.focusBox .pic .videoPlayBtn {
    display: none;
    width: 56px;
    height: 56px;
    font-size: 0px;
    overflow: hidden;
    position: absolute;
    z-index: 99;
    left: 5px;
    bottom: 45px;
    background-position: -50px 0;
    cursor: pointer;
}

.focusBox .pic .videoPlayBtn:hover {
    background-position: -130px 0px;
}

.focusBox .pic .iframeSrc,
.focusBox .pic .videoPlayBtn a {
    display: none;
}

.focusBox .pic img {
    width: 560px;
    height: 415px;
}

.focusBox .txt {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    height: 36px;
    width: 100%;
    overflow: hidden;
}

.focusBox .txt ul {
    width: 100%;
    height: 36px;
}

.focusBox .txt li {
    width: 100%;
    height: 36px;
    line-height:36px;
    position: absolute;
    bottom: -36px;
	background:url(box_kuai.png) repeat

}

.focusBox .txt li a {
    display: block;
    line-height: 36px;
    color: #fff;
    padding: 0 10px;
    font-size: 16px;
    text-align: center;

}

.focusBox .num {
    width: 560px;
    height: 25px;
    position: absolute;
    z-index: 3;
    bottom: 40px;

    overflow: hidden;
    text-align: center;
    vertical-align: top;
}

.focusBox .num li {
    float: none;
    display: inline-block;
    #display: inline;
    #zoom: 1;
    width: 25px;
    height: 25px;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    margin: 0;
    cursor: pointer;
    background-position: 0px -50px;
}

.focusBox .num li.on,
.focusBox .num li:hover {
    background-position: -25px -50px;
}

.focusBox .pageBtn {
    width: 21px;
    height: 24px;
    position: absolute;
    z-index: 99;
    bottom: 6px;
    cursor: pointer;
}

.focusBox .btnPrev {
    left: 10px;
    background-position: 0 0;
}

.focusBox .btnPrev:hover {
    background-position: 0 -25px;
}

.focusBox .btnNext {
    right: 10px;
    background-position: -22px 0;
}

.focusBox .btnNext:hover {
    background-position: -22px -25px;
}

.focusBox .playVideo {
    width: 560px;
    height: 415px;
    background: #000;
    position: absolute;
    top: 0;
    left: -656px;
    z-index: 10;
}

.focusBox .playVideo #player_container {
    width: 560px;
    height: 415px;
}

.focusBox #xPlayVideo {
    width: 560px;
    height: 415px;
    background: #000;
    position: absolute;
    top: 0;
    left: -656px;
    z-index: 10;
}

/* 传媒之声 --------------------------------------------------*/

.partMedia {
    height: 60px;
    background: #f9f9f9;
}

#zxjk {
    float: left;
    width: 420px;
    height: 60px;
    overflow: hidden;
    position: relative;
}

#zxjk .title {
    float: left;
    height: 50px;
    line-height: 16px;
    padding: 15px 0 0 20px;
    font-size: 16px;
    font-family: \5FAE\8F6F\96C5\9ED1;
    color: #0e649a;
}

#zxjk .title span {
    color: #fea348;
    font-size: 12px;
    font-family: \5FAE\8F6F\96C5\9ED1;
}

#zxjk .mediaList {
    float: left;
    width: 300px;
    height: 120px;
}

#zxjk .mediaList li {
    padding-top: 2px;
    vertical-align: top;
}

#zxjk .mediaList li p {
    float: left;
    height: 28px;
    overflow: hidden;
    color: #0f588b;
    padding-left: 2%;
    padding-right: 1%;
}

#zxjk .mediaList li a {
    line-height: 28px;
    color: #393939;
}

#zxjk .btn {
    width: 30px;
    height: 20px;
    position: absolute;
    z-index: 1;
    right: 0px;
    cursor: pointer;
}

#zxjk .btn i {
    width: 0;
    height: 0;
    line-height: 0px;
    font-size: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    _border-bottom: 6px solid dashed;
    _border-top: 6px solid dashed;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    overflow: hidden;
}

#zxjk .btnPrev {
    right: 0px;
    top: 6px;
}

#zxjk .btnPrev i {
    border-bottom: 6px solid #a9a9a9;
    top: 6px;
}

#zxjk .btnNext {
    right: 0px;
    bottom: 6px;
}

#zxjk .btnNext i {
    border-top: 6px solid #a9a9a9;
    bottom: 4px;
}

#mediaItem {
    height: 60px;
    overflow: hidden;
    position: relative;
    float: right;
    width: 658px;
}

#mediaItem .title {
    float: left;
    height: 50px;
    line-height: 16px;
    padding: 15px 0 0 20px;
    font-size: 16px;
    font-family: \5FAE\8F6F\96C5\9ED1;
    color: #0e649a;
}

#mediaItem .title span {
    color: #fea348;
    font-size: 12px;
    font-family: \5FAE\8F6F\96C5\9ED1;
}

#mediaItem .mediaList {
    float: left;
    width: 530px;
    height: 120px;
}

#mediaItem .mediaList li {
    padding-top: 2px;
    vertical-align: top;
}

#mediaItem .mediaList li p {
    float: left;
    width: 47%;
    height: 28px;
    overflow: hidden;
    color: #0f588b;
    padding-left: 2%;
    padding-right: 1%;
}

#mediaItem .mediaList li a {
    line-height: 28px;
    color: #393939;
}

#mediaItem .btn {
    width: 30px;
    height: 20px;
    position: absolute;
    z-index: 1;
    right: 0px;
    cursor: pointer;
}

#mediaItem .btn i {
    width: 0;
    height: 0;
    line-height: 0px;
    font-size: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    _border-bottom: 6px solid dashed;
    _border-top: 6px solid dashed;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    overflow: hidden;
}

#mediaItem .btnPrev {
    right: 0px;
    top: 6px;
}

#mediaItem .btnPrev i {
    border-bottom: 6px solid #a9a9a9;
    top: 6px;
}

#mediaItem .btnNext {
    right: 0px;
    bottom: 6px;
}

#mediaItem .btnNext i {
    border-top: 6px solid #a9a9a9;
    bottom: 4px;
}

/* 页面2屏区 --------------------------------------------------*/

#section02 {
    text-align: center;
}

#section02 .wrap {
    width: 1000px;
    margin: 0 auto;
}

#section02 .sectionL,
#section02 .sectionC,
#section02 .sectionR {
    width: 315px;
    min-height: 500px;
    float: left;
}

#section02 .sectionR {
    float: right;
}

#section02 .sectionC {
    margin-left: 28px;
}

/* 页面3屏区 --------------------------------------------------*/

#section03 {
    text-align: center;
}

#section03 #channel {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

/*新华深度*/

#xwjxsMain {
    height: 730px;
    width: 315px;
    position: relative;
}

#xwjxs .borderTit .left {
    width: 125px;
}

#xwjxs .borderTit .dataList10 {
    float: right;
    margin: 11px 0 0 0;
}

#xwjxs .borderTit .dataList10 span {
    background: #8c8c8c;
}

#xwjxs .borderTit .dataList10 a {
    color: #a9a9a9;
}

#xwjxs .borderCont {
    position: relative;
}

#xwjxs .content {
    padding: 5px 10px 0 11px;
    border-left: 1px solid #ccc;
    position: absolute;
    left: 0px;
    top: 0;
    width: 294px;
    margin-left: 2px;
}

#xwjxs .content div {
    clear: both;
}

#xwjxs .content a {
    color: #393939;
}

#xwjxs .content a strong {
    color: #3a61a1;
}

#xwjxs .interval {
    height: 35px;
}

#xwjxs .interval span {
    color: #3a61a1;
    font-size: 12px;
    line-height: 22px;
    padding-left: 5px;
    display: inline-block;
    height: 22px;
    width: 88px;
    position: absolute;
    left: -11px;
    margin-top: 5px;
}

#xwjxs .newsItem {
    line-height: 32px;
    position: relative;
    height: 32px;
    overflow: hidden;
}

#xwjxs .newsPic {
    height: 90px;
    line-height: 32px;
    position: relative;
    margin: 5px 0 0 0;
}

#xwjxs .newsPicOn {
    z-index: 100;
}

#xwjxs .newsPic a {
    color: #305798;
    line-height: 28px;
    font-weight: bold;
}

#xwjxs .newsPic h4 {
    padding-top: 7px;
    margin-left: 130px;
}

#xwjxs .newsPic img {
    float: left;
    width: 120px;
    height: 80px;
    display: inline;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    border: 1px solid #999;
}

#xwjxs .morePic {
    position: relative;
    line-height: 32px;
    height: 100px;
}

#xwjxs .morePic h4 a {
    color: #305798;
    font-weight: bold;
}

#xwjxs .morePic .picImg {
    position: relative;
}

#xwjxs .morePic .picImg img {
    width: 90px;
    height: 60px;
    border: 1px solid #999;
}

#xwjxs .morePic .picImg .img1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

#xwjxs .morePic .picImg .img2 {
    position: absolute;
    left: 95px;
    top: 0;
    z-index: 1
}

#xwjxs .morePic .picImg .img3 {
    position: absolute;
    left: 190px;
    top: 0;
    z-index: 1
}

#xwjxs .morePic .picImg .on img {
    z-index: 99
}

#xwjxs .newsVideo {
    height: 169px;
    position: relative;
    margin-bottom: 10px;
}

#xwjxs .newsVideo .bg {
    position: absolute;
    left: 1px;
    bottom: 0;
    height: 30px;
    width: 280px;
    background: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

#xwjxs .newsVideo img {
    width: 280px;
    height: 168px;
    border: 1px solid #999;
}

#xwjxs .newsVideo .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30px;
    width: 280px;
    text-align: center;
    overflow: hidden;
}

#xwjxs .newsVideo .tit a {
    color: #fff;
    line-height: 30px;
}

#xwjxs .newsVideo .play {
    position: absolute;
    left: 41%;
    top: 35%;
    height: 40px;
    width: 40px;
    z-index: 10;
    cursor: pointer;
}

#xwjxs .newsVideo .play:hover {
    background-position: -110px 0px;
}

#xwjxs .newsVideo .play img {
    width: 40px;
    height: 40px;
    border: none;
}

#xwjxs .newsVideo iframe,
#xwjxs .newsVideo video {
    width: 280px;
    height: 168px;
    position: absolute;
    left: 1px;
    top: 1px;
    z-index: 11;
}
#xwjxs .newsVideo video{
    object-fit: inherit;
}

#xwjxs .newsVideo .close {
    width: 17px;
    height: 17px;
    position: absolute;
    left: 280px;
    top: 0;
    z-index: 11;
    cursor: pointer;
    display: none;
}

#xwjxs .dot {
    position: absolute;
    left: -18px;
    top: 8px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    overflow: hidden;
    text-indent: -99px;
}

#xwjxs .timeImp {
    position: absolute;
    left: -18px;
    top: 8px;
    width: 15px;
    height: 15px;
}

#xwjxs .time {
    position: absolute;
    z-index: 999;
    left: 0;
    top: 5px;
    background: #6cddff;
    padding: 2px;
    display: none;
    height: 22px;
    line-height: 22px;
    padding: 0 8px;
    border: 2px solid #6cddff;
    -moz-border-radius: 3px;
    /* Gecko browsers */
    -webkit-border-radius: 3px;
    /* Webkit browsers */
    border-radius: 3px;
    /* W3C syntax */
}

#xwjxs .btnArea {
    text-align: center;
}

#xwjxs .btnArea a {
    display: inline-block;
    padding: 5px 25px;
    background: #A3CBF5;
    color: #000;
    margin: 0 10px;
}

#xwjxs .loadstatus {
    text-align: center;
    height: 35px;
    line-height: 35px;
    color: #333;
    margin: 1px 0 0 2px;
}

#xwjxs .loadstatus a {
    color: #305798;
}

#xwjxs .loadstatus .tpLoad {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
    display: none;
}

#xwjxs .loading a {
    text-align: center;
    height: 35px;
    line-height: 35px;
    color: #999;
    cursor: default;
}

#xwjxs .loading a:hover {
    color: #999 !important;
    cursor: default;
}

#xwjxs .dataLoad {
    position: absolute;
    left: 110px;
    top: 50px;
    z-index: 20;
    line-height: 26px;
}

#xwjxs .dataLoad span {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

#xwjxs .slimScrollBar {
    height: 80px !important;
}

#xwjxs .loaded {
    position: absolute;
    left: 2px;
    bottom: 35px;
    background: #666;
    height: 30px;
    line-height: 30px;
    width: 313px;
    text-align: center;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #FFFFFF;
    display: none;
    z-index: 99;
}

#xwjxs .bottomBg {
    width: 313px;
    height: 23px;
    position: absolute;
    left: 2px;
    bottom: 35px;
    z-index: 12;
}

#iframeDz {
    margin-top: 12px;
}

/*数据观-听新闻*/

#newAVItem .borderTit .left {
    width: 275px;
}

#newAVItem .borderTit .right {
    text-align: right;
}

#newAVItem .borderTit .dataList10 {
    width: 350px;
    display: inline-block;
    #display: inline;
    #zoom: 1;
    margin-top: 8px;
}

#newAVItem .borderTit .dataList10 span {
    background: #fff;
}

#newAVItem .borderTit .dataList10 a {
    color: #fea348;
}

#newAVItem .borderTit .dataList10 .kwTitle {
    font-size: 16px;
    font-weight: bold;
    font-family: \5FAE\8F6F\96C5\9ED1;
    color: #0c659d;
}

#newAVItem .borderTit .dataList10 .kwTitle:hover {
    color: #0c659d !important;
    cursor: default;
}

#kwScroll {
    width: 300px;
    /*width: 220px;*/
    height: 22px;
    overflow: hidden;
    position: absolute;
    top: 8px;
    right: 0px;
    /*right: 86px;*/
}

#kwScroll .newestList li {
    float: left;
    width: auto !important;
    height: 22px;
    padding-right: 30px;
    overflow: hidden;
}

#kwScroll .newestList a {
    height: 22px;
    line-height: 22px;
}

/*新华聚焦*/

#focusItem .borderTit .left {
    width: 110px;
}

#focusItem .borderTit .right {
    text-align: right;
}

#focusItem .dataList04 {
    height: 84px;
    margin-bottom: 7px;
}

#focusItem .dataList04 li {
    height: 84px;
    margin-bottom: 0px;
}

#focusItem .dataList04 li h4 {
    height: auto;
    margin-top: 7px;
}

#focusItem .dataList04 li h4 a {
    line-height: 30px;
}

#focusItem .dataList04 li .img,
#focusItem .dataList04 li img {
    width: 120px;
    height: 80px;
}

#focusItem .dataList01 {
    height: 144px;
    margin-bottom: 17px;
}

/*cnc tv*/

#cncTv {
    margin-bottom: 20px;
}

#cncTv .borderTit .left {
    width: 100%;
}

#cncTv .borderTit .dataList10 {
    float: right;
    margin: 7px 0 0 0;
}

#cncTv .borderTit .dataList10 span {
    background: #8c8c8c;
}

#cncTv .borderCont {
    padding-top: 18px;
    position: relative;
}

#cncTv .borderCont a {
    display: block;
    position: absolute;
    background: url(about:blank)
}

#cncTv .zhiboItem {
    width: 215px;
    height: 90px;
    right: 2px;
    top: 37px;
}

#cncTv .chItem {
    width: 93px;
    height: 39px;
    left: 2px;
    top: 20px;
}

#cncTv .enItem {
    width: 93px;
    height: 39px;
    left: 2px;
    top: 62px;
}

#cncTv .cncItem {
    width: 93px;
    height: 39px;
    left: 2px;
    top: 104px;
}

/* 视频区 */

#videoItem .tabsTit {
    height: 33px;
    padding-left: 1px;
    position: relative;
    z-index: 1;
    border-top: 1px solid #e1e1e1;
}

#videoItem .tabsTit li {
    float: left;
    height: 33px;
    line-height: 33px;
    padding: 0 5px;
    font-family: \5FAE\8F6F\96C5\9ED1;
    color: #707070;
    background: #fff;
    border: none;
    position: relative;
    margin-left: -1px;
    cursor: pointer;
}

#videoItem .tabsTit li em {
    color: #d2d2d2;
    padding-left: 5px;
}

#videoItem .tabsTit .tabsT a {
    line-height: 33px;
    font-family: \5FAE\8F6F\96C5\9ED1;
    color: #11649a;
    font-size: 16px;
}

#videoItem .tabsTit li.on {
    height: 31px;
    font-size: 17px;
    border-top: 2px solid #11649a;
    color: #0e649a;
    top: -2px;
}

#videoItem .tabsTit .on a {
    font-size: 16px;
    color: #11649a;
}

#videoItem .tabsTit .tabR {
    float: right;
    height: 33px;
    line-height: 33px;
    padding: 0px;
    border: none;
    border-top: 1px solid #fff;
}

#videoItem .tabsCont {
    position: relative;
    border-top: none;
    margin-top: 1px;
    padding: 15px 0;
}

#videoItem .tabsCont {
    padding-bottom: 0px;
}

#videoItem .dataList04 {
    padding-bottom: 5px;
}

#videoItem .dataList04 li.clearfix {
    height: 95px;
    margin-bottom: 8px;
}

#videoItem .dataList04 li h4 {
    height: auto;
    padding-top: 5px;
}

#videoItem .dataList04 li h4 a {
    line-height: 30px;
}

#videoItem .dataList04 p.conts {
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
}

#videoItem .dataList04 .img {
    position: relative;
    width: 150px;
    height: 92px;
}

#videoItem .dataList04 .img img {
    width: 150px;
    height: 92px;
}

#videoItem .dataList04 .img a {
    width: 42px;
    height: 42px;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -22px;
    font-size: 0px;
    vertical-align: top;
    background-position: -50px 0;
}

/*#videoItem .dataList04 .img a img { width: 40px; height: 40px; vertical-align: top; }*/

#videoItem .dataList04 .img a:hover {
    background-position: -110px 0px;
}

#videoItem .dataList10 {
    margin-top: 7px;
    _display: inline;
    _zoom: 1;
}

#videoItem .dataList10 a {
    color: #a9a9a9;
}

#videoItem .dataList10 span {
    background: #a9a9a9;
}

#videoItem .tabsCont .tabsItem {
    height: 210px;
    padding-bottom: 0;
    overflow: hidden;
}

#videoItem .dataList11 {
    margin: 0 0 16px 0;
}

#videoItem .dataList11 li.itemL {
    margin-right: 10px;
}

#videoItem .dataList11 li.item,
#videoItem .dataList11 .img,
#videoItem .dataList11 li img {
    width: 150px;
    height: 92px;
}

#videoItem .dataList11 .img {
    position: relative;
}

#videoItem .dataList11 .img .playBtn a {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -34px 0 0 -20px;
    font-size: 0px;
    vertical-align: top;
    background-position: -50px 0;
}

#videoItem .dataList11 .img .playBtn a:hover {
    background-position: -110px 0px;
}

/*#videoItem .dataList11 .img a img { width: 40px; height: 40px; vertical-align: top; }*/

/* 中国搜索 */

#zgSearch {
    height: 34px;
    padding-top: 12px;
    margin-bottom: 25px;
}

#zgSearch form {
    height: 38px;
    position: relative;
}

#zgSearch .ss {
    float: left;
    width: 303px;
    height: 26px;
    line-height: 26px;
    padding: 0 5px;
    border: 1px solid #0066cd;
    color: #0066cd;
    background: #fff;
}

#zgSearch .ss_submit {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 77px;
    height: 26px;
    cursor: pointer;
    background: #0066cd;
    border: none;
    #border: 0px;
    text-align: center;
    color: #fff;
    -webkit-appearance: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

#zgSearch ::-webkit-input-placeholder {
    color: #a9a9a9;
}

#zgSearch :-moz-placeholder {
    color: #a9a9a9;
}

#zgSearch ::-moz-placeholder {
    color: #a9a9a9;
}

#zgSearch :-ms-input-placeholder {
    color: #a9a9a9;
}

/* 交互 */

#interaction {
    margin-bottom: 4px;
}

#interaction .borderTit .left {
    width: 110px;
}

#interaction .borderTit .dataList10 {
    float: right;
    margin: 11px 0 0 0;
}

#interaction .borderTit .dataList10 span {
    background: #8c8c8c;
}

#interaction .borderTit .dataList10 a {
    color: #a9a9a9;
}

/* 新华之窗 */

#windowItem .borderTit .left {
    width: 125px;
}

#windowItem .borderTit .dataList10 {
    float: right;
    margin: 11px 0 0 0;
}

#windowItem .borderTit .dataList10 span {
    background: #8c8c8c;
}

#windowItem .borderTit .dataList10 a {
    color: #a9a9a9;
}

/*新华出品*/

.floatAdv {
    position: absolute;
    z-index: 9;
    right: 0px;
    top: -100%;
}

.floatAdv .closeBtn {
    display: none;
    position: absolute;
    right: 0px;
    bottom: 0px;
    color: #fff;
    background: #000;
    font-size: 12px;
    padding: 3px;
    cursor: pointer;
    z-index: 9;
}

#promotionItem .borderTit .left {
    width: 137px;
}

#promotionItem .borderTit .dataList10 {
    float: right;
    margin: 11px 0 0 0;
}

#promotionItem .borderTit .dataList10 span {
    background: #8c8c8c;
}

#promotionItem .borderTit .dataList10 a {
    color: #a9a9a9;
}

#xhProduce {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

#xhProduce .produce {
    position: relative;
    height: 176px;
}

#xhProduce .item {
    position: absolute;
}

#xhProduce .item a {
    display: block;
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-family: \5FAE\8F6F\96C5\9ED1;
}

#xhProduce .item a:hover {
    color: #fff !important;
}

#xhProduce .item01 {
    width: 78px;
    height: 58px;
    top: 0px;
    left: 0px;
    background: #83b92e;
}

#xhProduce .item01 a {
    line-height: 20px;
    padding-top: 8px;
}

#xhProduce .item02 {
    width: 78px;
    height: 58px;
    top: 0px;
    left: 79px;
    background: #191d41;
}

#xhProduce .item02 a {
    line-height: 20px;
    padding-top: 8px;
}

#xhProduce .item03 {
    width: 157px;
    height: 58px;
    top: 0px;
    right: 0px;
    background: #0068ab;
}

#xhProduce .item03 a {
    line-height: 58px;
}

#xhProduce .item04 {
    width: 157px;
    height: 58px;
    top: 59px;
    left: 0px;
    background: #38afb6;
}

#xhProduce .item04 a {
    line-height: 20px;
    padding-top: 8px;
}

#xhProduce .item05 {
    /* width:78px;*/
    width: 157px;
    height: 58px;
    top: 59px;
    left: 158px;
    background: #eabf2a;
}

#xhProduce .item05 a {
    /*line-height:20px;*/
    line-height: 58px;
}

#xhProduce .item06 {
    width: 78px;
    height: 58px;
    top: 59px;
    right: 0px;
    background: #eabf2a;
}

#xhProduce .item06 a {
    line-height: 20px;
    padding-top: 8px;
}

#xhProduce .item07 {
    width: 78px;
    height: 58px;
    bottom: 0px;
    left: 0px;
    background: #56beef;
}

#xhProduce .item07 a {
    line-height: 20px;
    padding-top: 8px;
}

#xhProduce .item08 {
    width: 157px;
    height: 58px;
    bottom: 0px;
    left: 79px;
    background: #e44c28;
}

#xhProduce .item08 a {
    line-height: 58px;
}

#xhProduce .item09 {
    width: 78px;
    height: 58px;
    bottom: 0px;
    right: 0px;
    background: #444d5c;
}

#xhProduce .item09 a {
    line-height: 20px;
    padding-top: 8px;
}

#xhProduce .cover {
    display: none;
    position: absolute;
    z-index: 1;
    text-align: center;
    overflow: hidden;
}

#xhProduce .cover i {
    display: inline-block;
    width: 66px;
    height: 66px;
    margin: 10px auto 5px auto;
}

#xhProduce .cover .summary {
    display: block;
    padding: 0 5px 0 10px;
    line-height: 18px;
    color: #fff;
    font-size: 12px;
}

#xhProduce .item01 .cover {
    top: 0px;
    left: 78px;
    height: 176px;
    width: 0px;
    background: #83b92e;
    border-left: 1px solid #fff;
}

#xhProduce .item02 .cover {
    top: 58px;
    left: -79px;
    height: 0px;
    width: 315px;
    background: #191d41;
    border-top: 1px solid #fff;
}

#xhProduce .item03 .cover {
    top: 58px;
    right: 0px;
    height: 0;
    width: 315px;
    background: #0068ab;
    border-top: 1px solid #fff;
}

#xhProduce .item04 .cover {
    top: -59px;
    left: 157px;
    height: 176px;
    width: 0px;
    background: #38afb6;
    border-left: 1px solid #fff;
}

#xhProduce .item05 .cover {
    top: -59px;
    right: 78px;
    height: 176px;
    width: 0;
    background: #b3cf1e;
    border-right: 1px solid #fff;
}

#xhProduce .item06 .cover {
    top: -59px;
    right: 78px;
    height: 176px;
    width: 0;
    background: #eabf2a;
    border-right: 1px solid #fff;
}

#xhProduce .item07 .cover {
    bottom: 0;
    left: 78px;
    height: 176px;
    width: 0;
    background: #56beef;
    border-left: 1px solid #fff;
}

#xhProduce .item08 .cover {
    bottom: 58px;
    left: -79px;
    height: 0;
    width: 315px;
    background: #e44c28;
    border-bottom: 1px solid #fff;
}

#xhProduce .item01 .cover i {
    background-position: -66px 0px;
}

#xhProduce .item02 .cover i {
    background-position: -132px -66px;
    float: left;
    margin: 10px;
}

#xhProduce .item03 .cover i {
    background-position: -198px -66px;
    float: left;
    margin: 20px 10px 10px 10px;
}

#xhProduce .item04 .cover i {
    background-position: 0px -132px;
}

#xhProduce .item05 .cover i {
    background-position: 0px 0px;
}

#xhProduce .item06 .cover i {
    background-position: -66px -66px;
}

#xhProduce .item07 .cover i {
    background-position: -66px -132px;
}

#xhProduce .item08 .cover i {
    background-position: -198px 0px;
    float: left;
    margin: 10px;
}

#xhProduce .item02 .cover p {
    padding-top: 10px;
}

#xhProduce .item03 .cover p {
    padding-top: 40px;
}

#xhProduce .item08 .cover p {
    padding-top: 10px;
}

/*keyWord*/

#keyWord {
    width: 218px;
    height: 122px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

#keyWord .keyStyle {
    height: 122px;
}

#keyWord .keyBox1,
#keyWord .keyBox2,
#keyWord .keyBox3 {
    position: absolute;
    color: #fff;
    text-align: center;
    line-height: 60px;
}

#keyWord a {
    color: #fff;
    font-size: 14px;
    font-family: \5FAE\8F6F\96C5\9ED1;
}

#keyWord .keyWord1 .keyBox1 {
    left: 0;
    top: 0;
    width: 100%;
    height: 61px;
}

#keyWord .keyWord1 .keyBox2 {
    left: 0;
    top: 61px;
    width: 109px;
    height: 61px;
}

#keyWord .keyWord1 .keyBox3 {
    left: 109px;
    top: 61px;
    width: 109px;
    height: 61px;
}

#keyWord .keyWord2 .keyBox1 {
    left: 0;
    top: 61px;
    width: 100%;
    height: 61px;
}

#keyWord .keyWord2 .keyBox2 {
    left: 0;
    top: 0;
    width: 109px;
    height: 61px;
}

#keyWord .keyWord2 .keyBox3 {
    left: 109px;
    top: 0;
    width: 109px;
    height: 61px;
}

#keyWord .keyWord1 .keyBox1 a {
    font-size: 16px;
}

#keyWord .keyWord2 .keyBox1 a {
    font-size: 16px;
}

#keyWord #keyLeft,
#keyWord #keyRight {
    color: #000;
}

#keyWord .btnKey {
    position: absolute;
    width: 16px;
    height: 35px;
}

#keyWord #keyLeft {
    left: 0;
    top: 42px;
    background-position: 0 -212px;
}

#keyWord #keyRight {
    right: 0;
    top: 42px;
    background-position: -23px -212px;
}

#keyWord #keyLeft:hover {
    background-position: 0 -247px;
}

#keyWord #keyRight:hover {
    background-position: -23px -247px;
}

/*xhOriginal*/

#xhOriginal {
    clear: both;
    padding-bottom: 30px;
}

#xhOriginal .borderTit .left {
    width: 200px;
}

#xhOriginal .borderTit .dataList10 {
    float: right;
    margin-top: 7px;
}

#xhOriginal .borderTit .dataList10 a {
    color: #a9a9a9;
}

#xhOriginal .borderTit .dataList10 span {
    background: #a9a9a9;
}

#xhOriginal .borderCont {
    position: relative;
}

#xhOriginal .tabBox {
    width: 656px;
    height: 230px;
    overflow: hidden;
}

#xhOriginal .tabBox .tempWrap {
    float: left;
}

#xhOriginal .tabBox .bd {
    width: 315px;
    float: left;
    overflow: hidden;
}

#xhOriginal .tabBox .bd li {
    height: 230px;
    overflow: hidden;
}

#xhOriginal .tabBox .bd a {
    display: block;
    width: 315px;
    height: 175px;
}

#xhOriginal .tabBox .bd img {
    width: 315px;
    height: 175px;
}

#xhOriginal .tabBox .bd p {
    padding: 4px 0 0 0;
    font-size: 12px;
    color: #393939;
    line-height: 24px;
}

#xhOriginal .tabBox .hd {
    width: 315px;
    float: right;
}

#xhOriginal .tabBox .hd li {
    height: 37px;
    border-bottom: 1px dotted #999;
    position: relative;
    vertical-align: top;
}

#xhOriginal .tabBox .hd li a {
    display: block;
    line-height: 37px;
    padding-left: 20px;
}

#xhOriginal .tabBox .hd li i {
    display: none;
    width: 0;
    height: 0;
    line-height: 0px;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    _border-bottom: 6px solid dashed;
    _border-top: 6px solid dashed;
    border-right: 6px solid #1d71b9;
    position: absolute;
    top: 50%;
    left: -6px;
    font-size: 0px;
    overflow: hidden;
    margin-top: -6px;
}

#xhOriginal .tabBox .hd li em {
    display: block;
    width: 20px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    font-style: italic;
    color: #1d71b9;
    position: absolute;
    left: 0px;
    top: 0px;
}

#xhOriginal .tabBox .hd li.on a,
#xhOriginal .tabBox .hd li a:hover {
    background: #1d71b9;
    color: #fff !important;
}

#xhOriginal .tabBox .hd li.on i,
#xhOriginal .tabBox .hd li a:hover i {
    display: block;
}

#xhOriginal .tabBox .hd li.on a em,
#xhOriginal .tabBox .hd li a:hover em,
#xhOriginal .tabBox .hd li.on a font,
#xhOriginal .tabBox .hd li a:hover font {
    color: #fff !important;
}

/*foreignBody*/

#foreignBody {
    text-align: center;
}

#foreignBody iframe {
    margin: 0 auto;
}

/*keywordItem*/

#keywordItem .borderCont {
    padding: 5px 0 0 0;
}

#keywordItem .borderTit .left .name a:hover {
    color: #0e649a !important;
}

/*pictureItem*/

#pictureItem {
    clear: both;
    padding-bottom: 30px;
}

#pictureItem .borderTit .left {
    width: 85px;
}

#pictureItem .borderTit .right {
    text-align: right;
}

#pictureItem .borderTit .right .dataList10 {
    display: inline-block;
    #display: inline;
    #zoom: 1;
    margin-top: 11px;
}

#pictureItem .borderTit .right .dataList10 span {
    background: #a9a9a9;
}

#pictureItem .borderTit .right .dataList10 a {
    color: #a9a9a9;
}

#pictureItem .borderCont {
    position: relative;
}

#pictureItem .picScroll {
    overflow: hidden;
}

#pictureItem .picScroll .tempWrap {
    #width: 1000px !important;
}

#pictureItem .picList {
    width: 10000px;
}

#pictureItem .picList li {
    float: left;
    width: 235px;
    height: 132px;
    position: relative;
    margin: 0 20px 0 0;
}

#pictureItem .picList li .lazy {
    display: none;
}

#pictureItem .picList li .img,
#pictureItem .picList li .img a {
    display: block;
    width: 235px;
    height: 132px;
    font-size: 0px;
}

#pictureItem .picList .bg {
    width: 100%;
    height: 30px;
    background: #000;
    filter: alpha(opacity=40);
    opacity: 0.4;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}

#pictureItem .picList .text {
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
}

#pictureItem .picList .text h4 {
    height: 30px;
    overflow: hidden;
    padding: 0 5px;
    text-align: center;
}

#pictureItem .picList .text h4 a {
    line-height: 30px;
    font-size: 12px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

#pictureItem .btn {
    position: absolute;
    width: 20px;
    height: 30px;
    background: #f00;
    top: 65px;
}

#pictureItem .prev {
    left: -30px;
    background-position: -150px -140px;
}

#pictureItem .next {
    right: -30px;
    background-position: -170px -140px
}

#pictureItem .hd {
    display: none;
}

/*广告*/

#adBody02 {
    width: 100%;
    height: 35px;
    margin-bottom: 25px;
}

#adBody02 img {
    width: 100%
}

#adBody03 {
    text-align: center;
    padding: 20px 0;
}

/*#adBody03 img { width: 1000px; margin: 0 auto; }*/

#adBody04 {
    height: 60px;
    margin-bottom: 1px;
}

#adBody04 img {
    width: 100%;
    height: 60px;
}

#adBody05 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 315px;
    height: 230px;
}

#adBody05 img {
    width: 100%;
    height: 230px;
}

#adBody06 {
    height: 70px;
}

#adBody06 .ad06r {
    height: 70px;
    float: right;
    width: 200px;
}

#adBody06,
#adBody07 {
    width: 1000px;
    text-align: center;
    margin: 0 auto 30px auto;
}

/* section03 */

#channel {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.chaCom {
    width: 315px;
    border-top: 2px solid;
    margin-bottom: 20px;
    overflow: hidden;
}

/*-------------------------------------蓝色 colB --------------------------------------*/

.colB {
    border-top-color: #1d71b7;
}

.colB .chaCom_head {
    width: 315px;
    height: 46px;
    line-height: 46px;
}

.colB .chaCom_head h2 {
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    color: #1d71b7;
    float: left;
    font-family: "微软雅黑";
    font-weight: normal;
}

.colB .chaCom_head h2 a {
    color: #1d71b7;
    font-family: "微软雅黑";
    font-weight: normal;
    font-size: 16px;
}

.colB .zhankaiB {
    width: 18px;
    height: 19px;
    float: right;
    display: block;
    cursor: pointer;
    margin-top: 13px;
}

.colB .picTitle .bg {
    background: #1d71b6;
    bottom: 0;
    height: 35px;
    left: 0;
    opacity: 0.4;
    filter: alpha(opacity=40);
    position: absolute;
    width: 100%;
    z-index: 10;
}

/*-------------------------------------红色 colR --------------------------------------*/

.colR {
    border-top-color: #00b4ff;
}

.colR .chaCom_head {
    width: 315px;
    height: 46px;
    line-height: 46px;
}

.colR .chaCom_head h2 {
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    color: #00b4ff;
    float: left;
    font-family: "微软雅黑";
    font-weight: normal;
}

.colR .chaCom_head h2 a {
    color: #00b4ff;
    font-family: "微软雅黑";
    font-weight: normal;
    font-size: 16px;
}

.colR .zhankaiB {
    width: 18px;
    height: 18px;
    float: right;
    display: block;
    cursor: pointer;
    margin-top: 13px;
}

.colR .picTitle .bg {
    background: #00b4ff;
    bottom: 0;
    height: 35px;
    left: 0;
    opacity: 0.4;
    filter: alpha(opacity=40);
    position: absolute;
    width: 100%;
    z-index: 10;
}

/*-------------------------------------公用 chaCom --------------------------------------*/

.chaCom .minlm {
    float: right;
    display: block;
    padding-right: 20px;
    line-height: 46px;
    color: #a9a9a9;
    height: 46px;
    font-size: 14px;
}

.chaCom .minlm a {
    font-size: 12px;
    color: #a9a9a9;
    float: left;
}

.chaCom .minlm span {
    float: left;
    width: 3px;
    height: 3px;
    line-height: 3px;
    overflow: hidden;
    margin: 0 5px;
    background: #a9a9a9;
    position: relative;
    margin-top: 21px;
}

.chaCom .picTitle {
    position: relative;
    width: 315px;
    height: 175px;
    overflow: hidden;
}

.chaCom .picTitle img {
    width: 315px;
    height: 175px;
}

.chaCom .picTitle .lazyload {
    display: none;
}

.chaCom .picTitle .name {
    bottom: 0;
    color: #FFFFFF;
    height: 35px;
    left: 0;
    line-height: 35px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 11;
    font-size: 16px;
    font-weight: bold;
}

.chaCom .picTitle .name a {
    color: #FFFFFF;
    text-decoration: none;
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: bold;
}

.chaCom ul {
    padding-top: 5px;
    overflow: hidden;
}

.chaCom li {
    font-family: "宋体";
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    width: 315px;
    overflow: hidden;
    background: #fff;
}

.chaCom li a {
    color: #393939;
}

.chaCom1 {
    margin-right: 28px;
}

.chaCom4 {
    margin-right: 28px;
}

.chaCom7 {
    margin-right: 28px;
}

.chaCom10 {
    margin-right: 28px;
}

.chaCom13 {
    margin-right: 28px;
}

.chaCom16 {
    margin-right: 28px;
}

.chaCom19 {
    margin-right: 28px;
}

.chaCom22 {
    margin-right: 28px;
}

.moudleBox {
    position: absolute;
    z-index: 20;
    width: 0;
    height: 380px;
    left: 0px;
}

.moudle {
    /*position:absolute;left:0px; */
    width: 1000px;
    overflow: hidden;
    height: 380px;
    z-index: 999;
    background: #fff;
}

.moudle img {
}

/*-----------------------------------头部-----------------------------------*/

.chaBox {
    height: 425px;
    width: 1000px;
    clear: both;
}

.chaBox_head {
    width: 1000px;
    height: 46px;
    line-height: 46px;
}

.blue_bor_top {
    border-top: 2px solid #1e71b7;
}

.blue_bor_top .chaBox_head h2 {
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    color: #1d71b7;
    float: left;
    font-family: "微软雅黑";
    font-weight: normal;
}

.blue_bor_top .chaBox_head h2 a {
    color: #1d71b7;
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: normal;
}

.red_bor_top {
    border-top: 2px solid #02b2fe;
}

.red_bor_top .chaBox_head h2 {
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    color: #02b2fe;
    float: left;
    font-family: "微软雅黑";
    font-weight: normal;
}

.red_bor_top .chaBox_head h2 a {
    color: #02b2fe;
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: normal;
}

.chaBox_head .minlm {
    float: right;
    display: block;
    line-height: 49px;
    color: #a9a9a9;
    height: 46px;
    font-size: 12px;
}

.chaBox_head .minlm a {
    font-size: 12px;
    color: #a9a9a9;
    float: left;
}

.chaBox_head .minlm span {
    float: left;
    width: 3px;
    height: 3px;
    line-height: 3px;
    overflow: hidden;
    margin: 0 5px;
    background: #a9a9a9;
    position: relative;
    margin-top: 23px;
}

/*-----------------------------------左中右-----------------------------------*/

.QZ_box_con {
    width: 1000px;
    overflow: hidden;
}

.QZ_box_con_left {
    width: 315px;
    float: left;
    overflow: hidden;
    margin-right: 28px;
}

.QZ_box_con_cer {
    width: 315px;
    float: left;
    overflow: hidden;
}

.QZ_box_con_right {
    width: 315px;
    float: right;
    overflow: hidden;
}

/*-----------------------------------st1-----------------------------------*/

.st1 .picTitle {
    position: relative;
    width: 315px;
    height: 175px;
    overflow: hidden;
}

.st1 .picTitle .img {
    width: 315px;
    height: 175px;
}

.st1 .picTitle .bg {
    background: #1d71b6;
    bottom: 0;
    height: 35px;
    left: 0;
    opacity: 0.4;
    filter: alpha(opacity=40);
    position: absolute;
    width: 100%;
    z-index: 10;
}

.st1 .picTitle .name {
    bottom: 0;
    color: #FFFFFF;
    height: 35px;
    left: 0;
    line-height: 35px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 11;
    font-size: 16px;
    font-weight: bold;
}

.st1 .picTitle .name a {
    color: #FFFFFF;
    text-decoration: none;
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: bold;
}

.st1 .list11 {
    padding-top: 5px;
    overflow: hidden;
}

.st1 .list11 li {
    font-family: "宋体";
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    width: 315px;
    overflow: hidden;
}

.st1 .list11 li a {
    color: #393939;
}

/*-----------------------------------st2-----------------------------------*/

.st2 .picTitle {
    position: relative;
    width: 315px;
    height: 175px;
    overflow: hidden;
}

.st2 .picTitle .img {
    width: 315px;
    height: 175px;
}

.st2 .picTitle .bg {
    background: #02b2fe;
    bottom: 0;
    height: 35px;
    left: 0;
    opacity: 0.4;
    filter: alpha(opacity=40);
    position: absolute;
    width: 100%;
    z-index: 10;
}

.st2 .picTitle .name {
    bottom: 0;
    color: #FFFFFF;
    height: 35px;
    left: 0;
    line-height: 35px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 11;
    font-size: 16px;
    font-weight: bold;
}

.st2 .picTitle .name a {
    color: #FFFFFF;
    text-decoration: none;
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: bold;
}

.st2 .list11 {
    padding-top: 5px;
    overflow: hidden;
}

.st2 .list11 li {
    font-family: "宋体";
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    width: 315px;
    overflow: hidden;
}

.st2 .list11 li a {
    color: #393939;
}

/*-----------------------------------st3-----------------------------------*/

.st3 dl {
    width: 315px;
    height: 103px;
    overflow: hidden;
}

.st3 dt {
    width: 135px;
    float: left;
}

.st3 dd {
    width: 170px;
    float: right;
}

.st3 dd h3 {
    font-family: "宋体";
    font-weight: bold;
    font-size: 14px;
    color: #305798;
    line-height: 28px;
    padding-top: 7px;
}

.st3 dd h3 a {
    color: #305798;
    font-family: "宋体";
    font-weight: bold;
    font-size: 14px;
}

.st3 dd p {
    color: #666;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    height: 40px;
}

.st3 dd p a {
    color: #fe952a;
}

.st3 .mt12 {
    margin-top: 12px;
}

.st3 .list11 li {
    font-family: "宋体";
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    width: 315px;
    overflow: hidden;
}

.st3 .list11 li a {
    color: #393939;
}

/*-----------------------------------st4-----------------------------------*/

.st4 .piclist3 {
    overflow: hidden;
}

.st4 .piclist3 li {
    float: left;
    width: 148px;
    margin-right: 19px;
    height: 100px;
    position: relative;
}

.st4 .piclist3 li .bg {
    position: absolute;
    width: 100%;
    height: 20px;
    background: #000;
    bottom: 0px;
    left: 0;
    opacity: 0.4;
    filter: alpha(opacity=40);
    z-index: 10;
}

.st4 .piclist3 li .text {
    bottom: 0;
    color: #FFFFFF;
    height: 20px;
    left: 0;
    line-height: 20px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 11;
    font-size: 12px;
}

.st4 .piclist3 li p a {
    color: #fff;
    font-size: 12px;
}

.st4 .list11 ul {
    overflow: hidden;
}

.st4 .list11 li {
    font-family: "宋体";
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    width: 315px;
    overflow: hidden;
}

.st4 .list11 li a {
    color: #393939;
}

/*-----------------------------------st5-----------------------------------*/

.st5 ul {
    overflow: hidden;
}

.st5 .jiachu {
    height: 30px;
    line-height: 30px;
}

.st5 li a {
    color: #393939;
}

.st5 li {
    font-family: "宋体";
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    width: 315px;
    overflow: hidden;
}

/*-----------------------------------st6-----------------------------------*/

.st6 dl {
    width: 315px;
    height: 100px;
    overflow: hidden;
}

.st6 dt {
    width: 155px;
    float: left;
}

.st6 dt img {
    width: 155px;
    height: 100px;
}

.st6 dd {
    width: 150px;
    float: right;
}

.st6 dd h3 {
    font-family: "宋体";
    font-weight: bold;
    font-size: 14px;
    color: #305798;
    line-height: 28px;
    padding-top: 7px;
}

.st6 dd h3 a {
    color: #305798;
    font-weight: bold;
    font-size: 14px;
}

.st6 dd p {
    color: #666;
    font-size: 12px;
    line-height: 20px;
}

.st6 dd p a {
    color: #fe952a;
}

.st6 .list11 li {
    font-family: "宋体";
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    width: 315px;
    overflow: hidden;
}

.st6 .list11 li a {
    color: #393939;
}

/*-----------------------------------st7-----------------------------------*/

.st7 .pictext {
    height: 175px;
    position: relative;
    padding-right: 10px;
    overflow: hidden;
}

.st7 .pictext img {
    float: left;
    margin-right: 15px;
}

.st7 .pictext h2 {
    font-size: 14px;
    font-family: "宋体";
    line-height: 24px;
    padding: 3px 0px 5px;
}

.st7 .pictext h2 a {
    color: #305798;
    font-family: "宋体";
    font-size: 14px;
    font-weight: bold;
}

.st7 .pictext p {
    font-size: 12px;
    color: #393939;
    line-height: 22px;
}

.st7 .list11 {
    margin-top: 10px;
    overflow: hidden;
}

.st7 .list11 li {
    width: 100px;
    height: 154px;
    float: left;
    margin-right: 7px;
}

/*-----------------------------------st8-----------------------------------*/

.st8 .picText {}

.st8 .picText img {
    float: left;
    margin-right: 10px;
}

.st8 .picText h3 {
    line-height: 30px;
}

.st8 .picText h3 a {
    font-size: 14px;
    font-family: "宋体";
    color: #305798;
    font-weight: bold;
}

.st8 .list {
    clear: both;
}

.st8 .list li {
    line-height: 38px;
    height: 38px;
    overflow: hidden;
}

.st8 .list li a {
    font-size: 14px;
    color: #393939;
}

.st8 .blank20 {
    height: 5px;
    clear: both;
}

/*-----------------------------------st9-----------------------------------*/

.st9 dl {
    width: 315px;
    overflow: hidden;
}

.st9 dl dt {
    font-family: "微软雅黑";
    width: 315px;
    overflow: hidden;
    margin-bottom: 5px;
}

.st9 dl dt .BQ2 {
    display: block;
    float: left;
    padding: 15px 6px 15px 4px;
    background: #0bb7e9;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin-right: 5px;
}

.st9 dl dt .BQ2 a {
    color: #fff;
}

.st9 dl dt h3 {
    float: left;
    font-size: 16px;
    font-weight: bold;
    width: 245px;
    line-height: 26px;
    font-family: "微软雅黑";
}

.st9 dl dt a {
    color: #393939;
    font-size: 16px;
    font-weight: bold;
}

.st9 dl dd {
    font-family: "宋体";
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    color: #393939;
    width: 315px;
    overflow: hidden;
}

.st9 dl dd a {
    color: #393939;
}

/*-----------------------------------st10-----------------------------------*/

.st10 dl {
    padding-bottom: 10px;
    overflow: hidden;
}

.st10 dl dt {
    float: left;
    width: 135px;
}

.st10 dl h3 {
    text-align: center;
    color: #393939;
    font-size: 12px;
    font-weight: normal;
    line-height: 28px;
    width: 135px;
    height: 28px;
    overflow: hidden;
}

.st10 dl h3 a {
    color: #393939;
    font-size: 12px;
}

.st10 dl dd {
    float: right;
    width: 135px;
}

/*-----------------------------------st11-----------------------------------*/

.st11 .picTitle {
    position: relative;
    width: 315px;
    height: 175px;
    overflow: hidden;
}

.st11 .picTitle .bg {
    background: #1d71b6;
    bottom: 0;
    height: 35px;
    left: 0;
    opacity: 0.4;
    filter: alpha(opacity=40);
    position: absolute;
    width: 100%;
    z-index: 10;
}

.st11 .picTitle .name {
    bottom: 0;
    color: #FFFFFF;
    height: 35px;
    left: 0;
    line-height: 35px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 11;
    font-size: 16px;
    font-weight: bold;
}

.st11 .picTitle .name a {
    color: #FFFFFF;
    text-decoration: none;
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: bold;
}

.st11 .fbsj {
    display: block;
    line-height: 30px;
    font-size: 12px;
    padding-top: 5px;
}

.st11 .gjc {
    display: block;
    line-height: 30px;
    font-size: 12px;
}

.st11 .zy {
    display: block;
    line-height: 28px;
    padding-top: 0px;
}

.st11 span {
    color: #393939;
}

/*-----------------------------------st12-----------------------------------*/

.st12 img:hover {
    filter: alpha(opacity=70);
    -moz-opacity: .7;
    opacity: .7;
}

.st12 .picTitle {
    position: relative;
    height: 235px;
    overflow: hidden;
}

.st12 .picTitle .img {
    height: 200px;
    margin: 0
}

.st12 .picTitle .bg {
    background-color: #282828;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -moz-opacity: .9;
    bottom: 18px;
    height: 35px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.st12 .picTitle .name {
    bottom: 18px;
    color: #FFFFFF;
    height: 35px;
    left: 0;
    line-height: 35px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 11;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
}

.st12 .picTitle .name a {
    color: #fff;
}

.st12 .tiny {
    overflow: hidden;
    padding-top: 10px;
}

.st12 .tinyIn {
    width: 110%;
}

.st12 .tiny .tinyIn .picTitle {
    float: left;
    margin-right: 14px;
    width: 150px;
    height: 96px;
    position: relative;
    overflow: hidden;
}

.st12 .tiny .tinyIn .picTitle .bg {
    background-color: #282828;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -moz-opacity: .9;
    top: 45px;
    height: 35px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.st12 .tiny .tinyIn .picTitle .name {
    top: 45px;
    color: #FFFFFF;
    height: 35px;
    left: 0;
    line-height: 35px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 11;
    font-size: 14px;
    padding-left: 10px;
    font-weight: normal;
}

.st12 .tiny .tinyIn .picTitle .name a {
    font-size: 12px;
}

.st12 .tiny .tinyIn. picTitle img {
    width: 150px;
    height: 96px;
}

/*-----------------------------------st13-----------------------------------*/

.st13 img:hover {
    filter: alpha(opacity=70);
    -moz-opacity: .7;
    opacity: .7;
}

.st13 .picTitle {
    width: 315px;
    height: 100px;
    float: left;
    margin-right: 30px;
    padding-bottom: 10px;
    position: relative;
}

.st13 .picTitle .img {
    width: 175px;
    height: 100px;
}

.st13 .picTitle .bg {
    background-color: #282828;
    opacity: 0.9;
    width: 142px;
    height: 84px;
    top: 10px;
    left: auto;
    right: 0;
    bottom: auto;
    position: absolute;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 0 5px;
    z-index: 10;
}

.st13 .picTitle:hover .bg {
    background-color: #e87523;
}

.st13 .picTitle .name {
    width: 142px;
    height: 84px;
    top: 10px;
    left: auto;
    bottom: auto;
    font-size: 16px;
    margin-top: 18px;
    margin-left: 10px;
    right: -5px;
    transition: all .3s;
    padding: 0 5px;
    line-height: 24px;
    color: #FFFFFF;
    position: absolute;
    font-family: "微软雅黑";
    z-index: 15;
    font-weight: bold;
}

.st13 .picTitle .name a {
    color: #fff;
}

/*-----------------------------------st14-----------------------------------*/

.st14 .section {
    width: 315px;
    overflow: hidden;
}

.st14 .section ul {
    width: 315px;
}

.st14 .section ul li {
    float: left;
    display: inline;
    width: 155px;
    height: 110px;
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
}

.st14 .section ul li .photo {
    width: 300px;
    height: 430px;
    overflow: hidden;
}

.st14 .section .rsp {
    width: 155px;
    height: 110px;
    overflow: hidden;
    position: absolute;
    background: #000;
    top: 0px;
    left: 0px;
}

.st14 .section .text {
    position: absolute;
    width: 155px;
    height: 110px;
    left: 0px;
    top: -110px;
    overflow: hidden;
}

.st14 .section .text h3 {
    width: 145px;
    height: 100px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    font-family: "微软雅黑";
    padding: 5px;
}

.st14 .section .text h3 .xq a {
    color: #ffae00;
}

.st14 .section .text a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-family: "微软雅黑";
}

.st14 .lir {
    margin-right: 5px;
}

/*-----------------------------------st15-----------------------------------*/

.st15 {
    width: 315px;
    height: 345px;
    float: left;
    position: relative;
    margin-right: 28px;
}

.st15 .chaBox20_bg {
    background: url(http://www.news.cn/2015/img2015/index_jjtp_bg_v1.png) repeat;
    width: 292px;
    height: 345px;
}

.st15 .pics {
    width: 315px;
    float: right;
    height: 335px;
    position: absolute;
    top: 0;
    left: 0;
}

.st15 .GATfocusBox {
    position: relative;
    width: 266px;
    height: 335px;
    overflow: hidden;
    text-align: left;
    padding: 15px 45px 0 13px;
}

.st15 .GATfocusBox .pic img {
    width: 266px;
    height: 170px;
    display: block;
}

.st15 .GATfocusBox .txt {
    position: absolute;
    bottom: 18px;
    z-index: 2;
    height: 130px;
    width: 240px;
    overflow: hidden;
    left: 26px;
}

.st15 .GATfocusBox .txt li {
    height: 130px;
    position: absolute;
    bottom: -60px;
}

.st15 .GATfocusBox .txt li h3 {
    font-size: 16px;
    line-height: 24px;
    padding: 0px 0px 5px 0px;
    color: #fff;
    font-family: "微软雅黑";
}

.st15 .GATfocusBox .txt li h3 a {
    color: #fff;
    font-weight: bold;
}

.st15 .GATfocusBox .txt li p {
    font-size: 12px;
    width: 240px;
    margin: 0 auto;
    line-height: 24px;
    color: #fff;
}

.st15 .GATfocusBox .num {
    position: absolute;
    z-index: 3;
    bottom: 130px;
    right: 12px;
}

.st15 .GATfocusBox .num li {
    position: relative;
    width: 11px;
    height: 11px;
    line-height: 15px;
    overflow: hidden;
    text-align: center;
    margin-right: 1px;
    cursor: pointer;
    background: url(http://www.news.cn/2015/img2015/index_jjtp_dian2_v1.png) no-repeat;
    padding-top: 10px;
}

.st15 .GATfocusBox .num li.on {
    background: url(http://www.news.cn/2015/img2015/index_jjtp_dian1_v1.png) no-repeat;
}

/*-----------------------------------st16-----------------------------------*/

.st16 dl {
    width: 315px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 10px;
}

.st16 dt h3 {
    font-size: 14px;
    font-family: "微软雅黑";
    color: #305798;
    padding-bottom: 10px;
    width: 315px;
    height: 20px;
    overflow: hidden;
}

.st16 dt h3 a {
    color: #393939;
    font-size: 14px;
    font-weight: bold;
    color: #305798;
}

.st16 dd img {
    float: left;
    width: 140px;
    height: 80px;
}

.st16 dd p {
    float: right;
    width: 150px;
    color: #5a5a5a;
    font-size: 12px;
    line-height: 20px;
    height: 80px;
    overflow: hidden;
}

.st16 li {
    font-family: "宋体";
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    width: 315px;
    overflow: hidden;
}

.st16 li a {
    color: #393939;
}

/*-----------------------------------st17-----------------------------------*/

.st17 li {
    width: 315px;
    height: 115px;
    position: relative;
}

.st17 .bgL {
    position: absolute;
    left: 0;
    top: 0;
    background: url(http://www.news.cn/2015/img2015/20150505_21gytbgL_v1.png) no-repeat;
    width: 240px;
    height: 110px;
}

.st17 .bgL a {
    padding-top: 30px;
    width: 135px;
    display: inline-block;
    padding-left: 10px;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    font-family: "微软雅黑";
    font-weight: bold;
    height: 50px;
    overflow: hidden;
}

.st17 .bgR {
    position: absolute;
    right: 0;
    top: 0;
    background: url(http://www.news.cn/2015/img2015/20150505_21gytbgR_v1.png) top right no-repeat;
    width: 240px;
    height: 110px;
}

.st17 .bgR a {
    padding-top: 24px;
    width: 135px;
    display: inline-block;
    padding-left: 10px;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    font-family: "微软雅黑";
    font-weight: bold;
    float: right;
}

/*-----------------------------------st18-----------------------------------*/

.st18 dl {
    width: 315px;
    height: 118px;
    overflow: hidden;
}

.st18 dt {
    width: 155px;
    float: left;
}

.st18 dd {
    width: 150px;
    float: right;
}

.st18 dd h3 {
    font-family: "宋体";
    font-weight: bold;
    font-size: 14px;
    color: #333;
    line-height: 25px;
    padding-bottom: 8px;
}

.st18 dd h3 a {
    color: #305798;
    font-weight: bold;
    font-size: 14px;
}

.st18 dd p {
    color: #666;
    font-size: 12px;
    line-height: 20px;
}

.st18 dd p a {
    color: #fe952a;
}

.st18 li {
    font-family: "宋体";
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    width: 315px;
    overflow: hidden;
}

.st18 li a {
    color: #333;
}

.st18 .chaBox13_cer_b {
    width: 315px;
    padding-top: 6px;
}

.st18 .chaBox13_cer_b h3 {
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    font-weight: normal;
}

.st18 .chaBox13_cer_b h3 a {
    color: #393939;
}

.st18 .chaBox13_cer_bL {
    float: left;
    width: 150px;
}

.st18 .chaBox13_cer_bR {
    float: right;
    width: 150px;
}

/*-----------------------------------st19-----------------------------------*/

.st19 dl {
    width: 315px;
    height: 110px;
    overflow: hidden;
}

.st19 dt {
    width: 155px;
    float: left;
}

.st19 dd {
    width: 150px;
    float: right;
}

.st19 dd h3 {
    font-family: "宋体";
    font-weight: bold;
    font-size: 14px;
    color: #305798;
    line-height: 25px;
    padding-bottom: 8px;
}

.st19 dd h3 a {
    color: #305798;
    font-weight: bold;
    font-size: 14px;
}

.st19 dd p {
    color: #666;
    font-size: 12px;
    line-height: 20px;
}

.st19 dd p a {
    color: #fe952a;
}

.st19 li {
    font-family: "宋体";
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    width: 315px;
    overflow: hidden;
}

.st19 li a {
    color: #393939;
}

.st19 .chaBox14_right_b {
    width: 315px;
    padding-top: 8px;
}

/*-----------------------------------st20-----------------------------------*/

.st20 .hp-tab-newprd {
    width: 315px;
    height: 363px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 28px;
}

.st20 .hp-tab-newprd .j-sw-nav {
    height: 48px;
    width: 302px;
    background-image: url(http://www.news.cn/sports/2015/image/tyg_dt.png);
    font-size: 18px;
}

.st20 .hp-tab-newprd .j-sw-nav li {
    display: block;
    float: left;
    width: 73px;
    height: 30px;
    color: #333;
    font-size: 16px;
    text-align: center;
    position: relative;
    bottom: -18px;
    margin-bottom: 0;
    margin-top: 0;
    font-family: "微软雅黑";
}

.st20 .hp-tab-newprd .j-sw-nav li a {
    display: block;
    height: 30px;
    padding-top: 2px;
    color: #FFFFFF;
    text-decoration: none;
    font-family: "微软雅黑";
    font-size: 16px;
    text-align: center;
}

.st20 .tabs {
    height: 48px;
    width: 302px;
    background-image: url(http://www.news.cn/sports/2015/image/tyg_dt.png);
    font-size: 18px;
}

.st20 .tabs li {
    display: block;
    float: left;
    width: 73px;
    height: 30px;
    color: #333;
    font-size: 18px;
    text-align: center;
    position: relative;
    bottom: -18px;
    margin-bottom: 0;
    margin-top: 0;
}

.st20 .tabs li a {
    display: block;
    height: 30px;
    padding-right: 11px;
    padding-top: 2px;
    color: #FFFFFF;
    text-decoration: none;
    font-family: "微软雅黑";
    font-size: 16px;
}

.st20 .tabs a {
    text-decoration: none !important;
}

.st20 .st20 .newprd-clip a:hover {
    text-decoration: underline !important;
}

.st20 .tabs .tyt.active a {
    color: #000;
    background: url(http://www.news.cn/sports/2015/image/tyg_dt_tyt.png) no-repeat;
    background-position: -9px 0px;
}

.st20 .tabs .zq.active a {
    position: absolute;
    width: 74px;
    height: 30px;
    left: 7px;
    color: #000;
    background: url(http://www.news.cn/sports/2015/image/tyg_dt_zq.png) no-repeat;
    background-position: -5px 0px;
    text-align: center;
}

.st20 .tabs .lq.active a {
    position: absolute;
    width: 83px;
    height: 30px;
    left: -18px;
    color: #000;
    background: url(http://www.news.cn/sports/2015/image/tyg_dt_zq.png) no-repeat;
    background-position: 0 0px;
    text-align: center;
}

.st20 .swiper-slide {
    height: 317px;
    width: 302px;
    background: url(http://www.news.cn/testwebtest/part24/imgs/tyg_dt_y.png) no-repeat;
}

.st20 .content-slide {
    width: 300px;
    height: 317px;
    text-align: center;
    padding-top: 3px;
    padding-left: 0px;
}

.st20 .content-slide li span.l {
    color: #000;
    display: block;
    width: 110px;
    float: left;
    text-align: center;
}

.st20 .content-slide li span.z {
    color: #000;
    display: block;
    width: 80px;
    float: left;
    text-align: center;
}

.st20 .content-slide li span.r {
    color: #000;
    display: block;
    width: 110px;
    float: left;
    text-align: center;
}

.st20 .content-slide li {
    font-size: 14px;
    line-height: 44px
}

.st20 .hp-tab-newprd .j-sw-nav .on {
    position: relative;
    z-index: 99
}

.st20 .hp-tab-newprd .j-sw-nav .active a:hover,
.st20 .hp-tab-newprd .j-sw-nav .on a {
    background-image: url(http://www.news.cn/testwebtest/part24/imgs/tyg_dt_zq.png);
    z-index: 99;
    color: #2E2E2E;
    text-decoration: none;
    cursor: pointer;
    padding-left: 9px;
}

.st20 .hp-tab-newprd .j-sw-c ul {
    zoom: 1;
    overflow: hidden;
    width: 300px;
    height: 358px;
}

.st20 .newprd-clip {
    height: 358px;
    width: 302px;
    border-top: 0;
    background: url(http://www.news.cn/sports/2015/image/tyg_dt_y.png)
}

.st20 #tyt .content-slide li {
    font-size: 14px;
    line-height: 44px
}

.st20 .vs {
    width: 300px;
    height: 122px;
    float: left;
}

.st20 .vs_l {
    width: 80px;
    height: 112px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    float: left;
    padding-left: 15px;
    padding-top: 10px;
    text-align: center;
    font-size: 14px;
    color: #000;
}

.st20 .hp-tab-newprd .j-sw-nav .tyt.on a {
    background: url(http://www.news.cn/sports/2015/image/tyg_dt_tyt.png) no-repeat;
    color: #2E2E2E;
}

.st20 .hp-tab-newprd .j-sw-nav .tyt {
    width: 86px;
}

.st20 img {
    background: none;
}

/*-----------------------------------st21-----------------------------------*/

.st21 .right01 {
    margin-bottom: 15px;
}

.st21 #line {
    width: 315px;
    height: 176px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 14px;
}

.st21 .littitle {
    width: 315px;
    height: 25px;
    background: #0ba2f5;
    font-family: "微软雅黑";
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 25px;
}

.st21 .littitle span {
    margin-left: 6px;
    color: #fff;
    font-size: 16px;
}

.st21 .littitle span a {
    color: #fff;
    font-size: 16px;
    font-family: "微软雅黑";
}

.st21 .right01 h3 {
    font-family: "宋体";
    font-size: 14px;
    line-height: 40px;
    color: #305798;
}

.st21 .right01 h3 a {
    color: #305798;
    font-size: 14px;
    font-weight: bold;
    font-family: "宋体";
}

.st21 .right01 img {
    float: left;
    margin-right: 10px;
}

.st21 .right01 p {
    overflow: hidden;
    font-family: "宋体";
    font-size: 12px;
    height: 84px;
    color: #898989;
    line-height: 20px;
}

.st21 .right01 p span,
.right01 p span a {
    color: #fe952a;
}

/*-----------------------------------新体育-----------------------------------*/

.ty_box {
    width: 100%
}

.ty_box .ty_center {
    width: 1000px;
    margin: 0 auto;
    padding-top: 12px;
    border-top: 2px solid #1e71b7
}

.ty_box .ty_center .ty_title {
    1000px;
    margin: 0 auto 12px
}

.ty_box .ty_center .ty_title h1 {
    font-weight: normal;
    color: #1d71b7;
    font-size: 16px;
    float: left;
    font-family: "宋体", Arial, Helvetica, sans-serif
}

.ty_box .ty_center .ty_title h1 a {
    color: #1d71b7;
    font-size: 16px;
}

.ty_box .ty_center .ty_title h1 a:hover {
    color: #ff9724
}

.ty_box .ty_center .ty_title ul {
    float: right;
    overflow: hidden
}

.ty_box .ty_center .ty_title ul li {
    float: left
}

.ty_box .ty_center .ty_title ul li span {
    font-size: 12px;
    color: #a9a9a9;
    margin: 0 3px
}

.ty_box .ty_center .ty_title ul li a {
    font-size: 12px;
    color: #a9a9a9;
    font-family: "宋体", Arial, Helvetica, sans-serif
}

/*左边焦点图*/

.ty_nr_box .ty_tab {
    float: left;
    padding: 15px 15px 10px;
    background: #89accc;
}

.slideBox01 {
    float: left;
    width: 265px;
    height: 300px;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.slideBox01 .hd {
    height: 18px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 1;
    margin-left: -27px
}

.slideBox01 .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox01 .hd ul li {
    float: left;
    margin: 2px 7px 0px 0px;
    width: 11px;
    height: 11px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: #ddd;
    cursor: pointer;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.slideBox01 .hd ul li.on {
    background: #1d71b7;
    color: #fff;
}

.slideBox01 .bd {
    float: left;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.slideBox01 .bd img {
    width: 265;
    height: 170px;
    border: 0px solid;
}

.slideBox01 .bd span {
    width: 240px;
    top: 20px;
    left: 0px;
    background: #000;
    position: absolute;
}

.slideBox01 .bd h1 {
    top: 190px;
    position: absolute;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
}

.slideBox01 .bd h1 a {
    color: #fff;
    text-decoration: none;
    LINE-HEIGHT: 24px;
    font-size: 16px;
    font-family: "宋体", Arial, Helvetica, sans-serif;
    font-weight: bold
}

.slideBox01 .bd h1 a:hover {
    color: #ff9724
}

/*中间*/

.ty_text_middle {
    float: left;
    margin: 0 25px
}

.ty_text_middle dl {
    overflow: hidden;
    width: 370px;
    padding-bottom: 4px;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 5px
}

.ty_text_middle dl dt {
    width: 140px;
    height: 100px;
    overflow: hidden;
    float: left
}

.ty_text_middle dl dt img {
    width: 140px;
    height: 100px;
}

.ty_text_middle dl dd {
    float: left;
    width: 180px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 26px
}

.ty_text_middle dl dd a {
    color: #305798;
    font-family: "宋体", Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 25px
}

.ty_text_middle dl dd a:hover {
    color: #ff9724
}

/*右边*/

.ty_right {
    float: right;
}

.ty_right dl {
    width: 315px;
    margin-bottom: 10px;
    position: relative
}

.ty_right dl:first-child {
    margin-bottom: 25px;
}

.ty_right dl dt {
    width: 315px;
    height: 150px;
    overflow: hidden
}

.ty_right dl dt img {
    width: 315px;
    height: 150px;
}

.ty_right dl dd {
    position: absolute;
    bottom: 0;
    background: rgba(17, 93, 143, .6);
    width: 315px;
    text-align: center
}

.ty_right dl dd a {
    color: #FFFFFF;
    padding: 6px 8px;
    display: block;
    font-size: 16px;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    font-weight: bold
}

.ty_right dl dd a:hover {
    color: #ff9724
}

/*-----------------------------------!important-----------------------------------*/

.Pushborder {
    border: none !important;
}

.Pushmargin {
    margin: 0 !important;
}

/* xinhuaRadioHomepage @St 2015-06-29 16.40 */

.xinhuaRadioHomepage {
    width: 218px;
    height: 122px;
    position: relative;
    background: #1f2227 url(http://www.news.cn/2015/img2015/audio2/bg.jpg) top left no-repeat;
    color: #FFFFFF;
    overflow: hidden;
}

.xinhuaRadioHomepage .hide {
    display: none !important;
}

.xinhuaRadioHomepage .logo {
    display: block;
    padding: 16px 0 0 0;
    height: 30px;
    margin: 0 auto;
    background: url(http://www.news.cn/2015/img2015/audio2/xinhuaRadioLogo.png) bottom center no-repeat;
}

.btnBox {
    padding: 7px 0 1px 0;
}

.btnBoxIn {
    padding: 0 0 0 32px;
}

.xinhuaRadioHomepage .btn {
    display: block;
    float: left;
    overflow: hidden;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
    width: 32px;
    height: 32px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    margin-right: 27px;
    outline: none;
}

.xinhuaRadioHomepage .btn:hover {
    filter: alpha(opacity=70);
    -moz-opacity: .7;
    opacity: .7;
}

.xinhuaRadioHomepage .iconPre {
    background-image: url(http://www.news.cn/2015/img2015/audio2/iconPre.png);
}

.xinhuaRadioHomepage .jp-state-playing .iconPlay {
    background-image: url(http://www.news.cn/2015/img2015/audio2/iconPau.png);
}

.xinhuaRadioHomepage .iconPlay {
    background-image: url(http://www.news.cn/2015/img2015/audio2/iconPlay.png);
}

.xinhuaRadioHomepage .iconNext {
    background-image: url(http://www.news.cn/2015/img2015/audio2/iconNext.png);
    margin: 0;
}

.xinhuaRadioHomepage .barPlay,
.xinhuaRadioHomepage .barPlayBg,
.xinhuaRadioHomepage .barPlayValue {
    display: block;
    width: 100%;
    height: 10px;
    cursor: pointer;
}

.xinhuaRadioHomepage .barPlayValue {
    width: 0;
}

.xinhuaRadioHomepage .barPlayBg {
    background: url(http://www.news.cn/2015/img2015/audio2/barPlayBg.png) left center repeat-x;
}

.xinhuaRadioHomepage .barPlayValue {
    background: url(http://www.news.cn/2015/img2015/audio2/barPlayValue.png) right center no-repeat;
}


.xinhuaRadioHomepage .title {
    color: #FFFFFF !important;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0.5em;
    /*cursor: pointer;*/
}

.xinhuaRadioHomepage .jp-state-playing .title {
    cursor: text;
}

/* 特殊稿件标题 */

.ts {
    font-size: 16px !important;
    font-weight: bold !important;
    font-family: 微软雅黑;
    color: #305798 !important;
}

.ts2 {
    font-size: 18px !important;
    font-weight: bold !important;
    font-family: 微软雅黑;
    color: #305798 !important;
}

.cj_guangao {
    float: left;
    margin-left: 15px;
    width: 100px;
    height: 22px;
    display: inline;
}

topBody {
    width: 1000px;
    margin: 0 auto;
}

/*包框广告样式*/

/*#boxBg { background: #fff url("http://imgs.xinhuanet.com/ad/ad_sybk_yn130068_day2.jpg") 50% 0 no-repeat; padding-top: 78px; position: relative; }
#bkTop, #bkLeft, #bkRight, #bkCloseLeft, #bkCloseRight { position: absolute; left: 50%; top: 0; z-index: 100; }
#bkTop { width: 1020px; height: 68px; margin-left: -510px; }
#bkLeft { width: 140px; height: 325px; margin-left: -650px; }
#bkRight { width: 140px; height: 325px; margin-left: 510px; }
#bkCloseLeft { top: 307px; margin-left: -650px; background: #eee; color: #333; font-size: 12px; display: block; height: 18px; line-height: 18px; width: 30px; text-align: center; z-index: 110 }
#bkCloseRight { top: 307px; margin-left: 620px; background: #eee; color: #333; font-size: 12px; display: block; height: 18px; line-height: 18px; width: 30px; text-align: center; z-index: 110 }*/

/*包框广告样式*/

.xhszp {
    position: absolute;
    right: 0;
    top: 9px;
    color: red;
    font-weight: bold;
    background: #fff;
    padding-left: 12px;
}

/* xinhuaRadioHomepage @changlei 2016-4-5 13:18*/

@media screen and (min-width:0px) and (max-width: 767px) {
    #productBody {
        display: none !important;
    }
    .domPC {
        display: none;
    }
}

/*修改对联广告样式*/

#CoupletDiv116102709153729 {
    left: 50% !important;
    top: 260px !important;
    margin-left: -630px !important;
    z-index: 99 !important;
}

#CoupletDiv216102709153729 {
    left: 50% !important;
    top: 260px !important;
    margin-left: 510px !important;
    z-index: 99 !important;
}

/*大头条和摘要定制 begin---------------*/

/*#headLine .part1 高度100px,将.one-hundered-height挂载到#hpart1上*/

#headLine .one-hundered-height {
    height: 100px;
}

#headLine .ninty {
    height: 90px;
}

/*大头条字体调节，将 .font-size-twenty-* 挂载到#syhistoryid上*/

#headLine .font-size-twenty-four a {
    font-size: 24px;
}

#headLine .font-size-twenty-two a {
    font-size: 22px;
    font-weight: bold;
}

/*与摘要公用，挂载dom不同*/

/*摘要字体调节，将 font-size-thirty 挂载到.hots上*/

#headLine .font-size-thirty a {
    height: auto;
    font-size: 30px;
    font-weight: bold;
    font-family: \5FAE\8F6F\96C5\9ED1;
    line-height: 100%;
}

#headLine .font-size-thirty p {
    height: 32px;
    overflow: hidden;
}

#headLine .font-size-twenty-two p {
    height: 24px;
    overflow: hidden;
}

#headLine .font-size-twenty-two a {
    font-family: \5FAE\8F6F\96C5\9ED1;
}

/*将 显示更多头条隐藏 ，将.none挂载到.moreNews上*/

#headLine .hots .none {
    display: none;
}

/*修正高度*/

#headLine .height-fix {
    height: auto;
}

#headLine .height-fix {
    font-family: \5FAE\8F6F\96C5\9ED1;
    line-height: 100%;
}

/*使用图片替换大头条,将.tittoimg挂载到#syhistoryid上*/

#headLine .tittoimg img,
#headLine .tittoimg a {
    display: block;
    width: 730px;
    height: 50px;
}

/*仅非1、5时 摘要p标签宽度auto 挂载到.hots*/

#headLine .width-auto p {
    width: auto;
}

/*大头条和摘要定制 begin---------------*/

/*首页打底广告背景*/

#topAdv .imgsAdL iframe {
    background: url(http://imgs.xinhuanet.com/ad/ad_scyz_syan1_16468.jpg) no-repeat;
}

#topAdv .imgsAdC iframe {
    background: url(http://imgs.xinhuanet.com/ad/20151231/sike_ad.jpg) no-repeat;
}

#topAdv .imgsAdR iframe {
    background: url(http://imgs.xinhuanet.com/ad/20151231/world_ad.jpg) no-repeat;
}

#headerBody .headerC iframe {
    background: url(http://www.news.cn/2015/img2015/banner_slogan.png) no-repeat;
}

#adBody03 iframe {
    background: url(http://imgs.xinhuanet.com/ad/20151231/radio_ad.jpg) no-repeat;
}

#adBody06_1_2 {
    background: url(http://www.xinhuanet.com/index/images/ad/ad_spdh_sytl3_56070.jpg) no-repeat;
}

#adBody06_1 {
    background: url(http://imgs.xinhuanet.com/ad/ad_xhsc_syan3_20070.jpg) no-repeat;
    background-size: 100%;
}

#adBody02 iframe {
    background: url(http://www.xinhuanet.com/index/images/ad/zgwsgd_ad315_35.jpg) no-repeat;
}

#xhjjIframeAD {
    background: url(http://www.xinhuanet.com/index/images/ad/ad180_28.jpg) no-repeat;
}

/*
* reset fullscreenAd for hpf2017 @St. 2017-01-24-14.19
* 这个模块用于解决全屏收缩广告定位偏移的bug
*/

/*.fullscreenAd {
position: absolute;
top: 100px;
z-index: 9999;
width: 1000px;
left: 50%;
margin-left:-500px;
}*/

.fullscreenAd {
    position: absolute;
    top: 85px;
    z-index: 999;
    width: 100%;
    left: 0;
}

/*#boxBg { background: #fff url("http://imgs.xinhuanet.com/ad/20170630_SYbk_bg_v1.jpg") 50% 0 no-repeat; padding-top: 78px; position: relative; }*/

#bkTop,
#bkLeft,
#bkRight,
#bkCloseLeft,
#bkCloseRight {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 100;
}

#bkTop {
    width: 1020px;
    height: 68px;
    margin-left: -510px;
}

#bkLeft {
    width: 140px;
    height: 325px;
    margin-left: -650px;
}

#bkRight {
    width: 140px;
    height: 325px;
    margin-left: 510px;
}

#bkCloseLeft {
    top: 307px;
    margin-left: -650px;
    background: #eee;
    color: #333;
    font-size: 12px;
    display: block;
    height: 18px;
    line-height: 18px;
    width: 30px;
    text-align: center;
    z-index: 110
}

#bkCloseRight {
    top: 307px;
    margin-left: 620px;
    background: #eee;
    color: #333;
    font-size: 12px;
    display: block;
    height: 18px;
    line-height: 18px;
    width: 30px;
    text-align: center;
    z-index: 110
}

/* 2018 01 24 页面两侧广告 start*/

.tempad20180124 {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
    width: 1000px;
    margin-left: -500px;
}

.tempad20180124 iframe {
    position: absolute;
    top: 0;
    display: block;
    width: 120px;
    height: 450px;
    margin-top: -225px;
}

.tempad20180124-left {
    left: -130px;
}

.tempad20180124-right {
    right: -130px
}

/* 2018 01 24 页面两侧广告 end*/
